Color Hex Logo

#dbc84a Color Hex

#DBC84A
(219,200,74)
0 Favorites   0 Comments

Color spaces of #dbc84a

RGB 21920074
HSL0.140.670.57
HSV52°66°86°
CMYK 0.000.090.66   0.14
XYZ51.103756.863014.7608
Yxy56.86300.41640.4633
Hunter Lab75.4076-10.993841.1795
CIE-Lab80.1025-7.659262.9523

#dbc84a color RGB value is (219,200,74).

#dbc84a hex color red value is 219, green value is 200 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dbc84a hue: 0.14 , saturation: 0.67 and the lightness value of dbc84a is 0.57.

The process color (four color CMYK) of #dbc84a color hex is 0.00, 0.09, 0.66, 0.14. Web safe color of #dbc84a is #cccc33. Color #dbc84a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 01001010
Octal 333 310 112
Decimal 219 200 74
Hex DB C8 4A

RGB Percentages of Color #dbc84a

%44.42
%40.57
%15.01

CMYK Percentages of Color #dbc84a

%0
%9
%66
%14

Triadic Colors of #dbc84a

#dbc84a #4adbc8 #c84adb

Analogous Colors of #dbc84a

#dbc84a #a6db4a #db804a

Monochromatic Colors of #dbc84a

#dbc84a

Complementary Color

#dbc84a #4a5ddb

#dbc84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc84a Color CSS Codes

.mybgcolor {background-color:#dbc84a; } 
.myforecolor {color:#dbc84a; }
.mybordercolor {border:3px solid #dbc84a; }

#dbc84a Text Font Color

<p style="color:#dbc84a">Text here</p>

This sample text font color is #dbc84a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbc84a Background Color

<div style="background-color:#dbc84a">
Div content here</div>

This div background color is #dbc84a


#dbc84a Border Color

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

This div border color is #dbc84a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,200,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbc84a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbc84a;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc84a;
  box-shadow:         1px 1px 3px 2px #dbc84a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,200,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbc84a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc84a;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc84a;
  box-shadow:         1px 1px 3px 2px #dbc84a;">
Div content here</div>

This div box has shadow with color #dbc84a


Comments

No comments written yet.

Please login to write comment.