COLOR #D2BE16

HEX: #D2BE16 RGB: (210,190,22)

Color info

#D2BE16 contains mainly red and green colors. Web safe color of #D2BE16 is #CCCC00 (or #CC0).

RGB color model

#D2BE16 color RGB value is (210,190,22).

RGB: (210,190,22) (82%, 75%, 9%)

RGB channels and saturation

R 210 of 255 = 82%
G 190 of 255 = 75%
B 22 of 255 = 9%

210
190
22

R + G + B ~ 55%. #D2BE16 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 210 + 190 + 22 = 422 (100%)
R 210 of 422 ~ 49.76%
G 190 of 422 ~ 45.02%
B 22 of 422 ~ 5.21'%

%49.76
%45.02

CMYK color model

#D2BE16 color CMYK value is (0,10,90,18).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 89.52%
  • key color value is 17.65%

CMYK: (0,10,90,18)
C0M10Y90K18 (0%, 10%, 90%, 18%)
(0.00 / 0.10 / 0.90 / 0.18)

CMYK percentages

%0
%9.52
%89.52
%17.65

Codes

Color #D2BE16 in popluar color models

D2 BE 16
RGB 210 190 22
HSL 54° 81.03% 45.49%
HSB/HSV 54° 89.52% 82.35%
CMYK 0.00% 9.52% 89.52%
17.65%

Color #D2BE16 in popluar number systems.

HEX D2 BE 16
Decimal 210 190 22
Binary 11010010 10111110 10110
Octal 322 276 26

Shades and tints

Shades of #D2BE16

#D2BE16
(210,190,22)
#BFAD14
(191,173,20)
#AC9C12
(172,156,18)
#998B10
(153,139,16)
#867A0E
(134,122,14)
#73690C
(115,105,12)
#60580A
(96,88,10)
#4D4708
(77,71,8)
#3A3606
(58,54,6)
#272504
(39,37,4)
#141402
(20,20,2)
#000000
(0,0,0)

Tints of #D2BE16

#D2BE16
(210,190,22)
#D6C32B
(214,195,43)
#DAC840
(218,200,64)
#DECD55
(222,205,85)
#E2D26A
(226,210,106)
#E6D77F
(230,215,127)
#EADC94
(234,220,148)
#EEE1A9
(238,225,169)
#F2E6BE
(242,230,190)
#F6EBD3
(246,235,211)
#FAF0E8
(250,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2BE16 color. Also use rgb(210,190,22) instead hex code.

Text Font Color

.myTextColor { color: #D2BE16; }

<p style="color:#D2BE16">This sample text font color is #D2BE16.</p>

This text font color is #D2BE16.

Background Color

.myBgColor { background-color: #D2BE16; }

<div style="background-color:#D2BE16">Inner text</div>

This div background color is #D2BE16.

Border color

.myBorderColor { border: 1px solid #D2BE16; }

<div style="border:3px solid #D2BE16">Div</div>

This div border color is #D2BE16.

Opacity

.myOpacity80 { color: #D2BE16; opacity: 0.8; }

<p style="color:#D2BE16;opacity:0.8;">80%</p>

Text with #D2BE16 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D2BE16;}

<p style="text-shadow: 3px 3px 1px #D2BE16">Text here.</p>

This text has shadow with #D2BE16 color.


.textShadow {text-shadow: 3px 3px 1px #D2BE16', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D2BE16, 5px 5px 20px red">Text here.</p>

This text has shadow with #D2BE16 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D2BE16, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D2BE16, Direction=45, Strength=4)">Text</p>

This text has shadow with #D2BE16 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D2BE16;
-webkit-box-shadow: 1px 1px 3px 2px #D2BE16;
box-shadow: 1px 1px 3px 2px #D2BE16;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D2BE16; -webkit-box-shadow: 1px 1px 3px 2px #D2BE16; box-shadow:1px 1px 3px 2px #D2BE16;">
Div content here
</div>

This div box has shadow with color #D2BE16.

Preview

Color preview on black background

This text has color #D2BE16 on black background.


Color preview on white background

This text has color #D2BE16 on white background.


Black color preview on #D2BE16 background

This text has black color on #D2BE16 background.


White color preview on #D2BE16 background

This text has white color on #D2BE16 background.


Related colors

Complementary color

Complementary color for #hex is #2D41E9.


I love getcolorcode.com

Triadic colors

1 #16D2BE and #BE16D2 with #D2BE16 are triadic colors.

2 #16BED2 and #BED216 with #D2BE16 are triadic colors.