COLOR #DBAF16

HEX: #DBAF16
RGB: (219,175,22)

Color info

#DBAF16 contains mainly red and green colors. Web safe color of #DBAF16 is #CC9900 (or #C90).

RGB color model

#DBAF16 color RGB value is (219,175,22).

  • red value is 219;
  • green value is 175;
  • blue value is 22.
RGB:
(219,175,22)
(86%,69%,9%)

RGB channels and saturation

R 219 of 255 = 86%
G 175 of 255 = 69%
B 22 of 255 = 9%

219
175
22

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

Portions of RGB colors in percentages

R + G + B =
219 + 175 + 22 = 416 (100%)
R 219 of 416 ~ 52.64%
G 175 of 416 ~ 42.07%
B 22 of 416 ~ 5.29%

%52.64
%42.07

CMYK color model

#DBAF16 color CMYK value is (0,20,90,14).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 89.95%
  • key color value is 14.12%
CMYK:
(0,20,90,14)
C0M20Y90K14 
(0%,20%,90%,14%)
(0.00/0.20/0.90/0.14)	

CMYK percentages

%0
%20.09
%89.95
%14.12

Codes

Color #DBAF16 in popluar color models

DBAF16
RGB21917522
HSL47°81.74%47.25%
HSB/HSV47°89.95%85.88%
CMYK0.00%20.09%89.95%
14.12%

Color #DBAF16 in popluar number systems.

HEXDBAF16
Decimal21917522
Binary110110111010111110110
Octal33325726

Shades and tints

Shades of #DBAF16

#DBAF16
(219,175,22)
#C8A014
(200,160,20)
#B59112
(181,145,18)
#A28210
(162,130,16)
#8F730E
(143,115,14)
#7C640C
(124,100,12)
#69550A
(105,85,10)
#564608
(86,70,8)
#433706
(67,55,6)
#302804
(48,40,4)
#1D1902
(29,25,2)
#000000
(0,0,0)

Tints of #DBAF16

#DBAF16
(219,175,22)
#DEB62B
(222,182,43)
#E1BD40
(225,189,64)
#E4C455
(228,196,85)
#E7CB6A
(231,203,106)
#EAD27F
(234,210,127)
#EDD994
(237,217,148)
#F0E0A9
(240,224,169)
#F3E7BE
(243,231,190)
#F6EED3
(246,238,211)
#F9F5E8
(249,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBAF16 color. Also use rgb(219,175,22) instead hex code.

Text Font Color

.myTextColor { color: #DBAF16; }

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

This text font color is #DBAF16.


Background Color

.myBgColor { background-color: #DBAF16; }

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

This div background color is #DBAF16.


Border color

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

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

This div border color is #DBAF16.


Opacity

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

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

Text with #DBAF16 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 #DBAF16;}

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

This text has shadow with #DBAF16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBAF16 on black background.


Color preview on white background

This text has color #DBAF16 on white background.



Black color preview on #DBAF16 background

This text has black color on #DBAF16 background.


White color preview on #DBAF16 background

This text has white color on #DBAF16 background.