Color Hex Logo

#dbc34a Color Hex

#DBC34A
(219,195,74)
0 Favorites   0 Comments

Color spaces of #dbc34a

RGB 21919574
HSL0.140.670.57
HSV50°66°86°
CMYK 0.000.110.66   0.14
XYZ49.964654.584714.3811
Yxy54.58470.42010.4590
Hunter Lab73.8815-8.576540.1762
CIE-Lab78.8014-5.094961.5977

#dbc34a color RGB value is (219,195,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 01001010
Octal 333 303 112
Decimal 219 195 74
Hex DB C3 4A

RGB Percentages of Color #dbc34a

%44.88
%39.96
%15.16

CMYK Percentages of Color #dbc34a

%0
%11
%66
%14

Triadic Colors of #dbc34a

#dbc34a #4adbc3 #c34adb

Analogous Colors of #dbc34a

#dbc34a #abdb4a #db7b4a

Monochromatic Colors of #dbc34a

#dbc34a

Complementary Color

#dbc34a #4a62db

#dbc34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc34a Color CSS Codes

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

#dbc34a Text Font Color

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

This sample text font color is #dbc34a
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.


#dbc34a Background Color

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

This div background color is #dbc34a


#dbc34a Border Color

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

This div border color is #dbc34a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,195,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 #dbc34a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc34a


Comments

No comments written yet.

Please login to write comment.