Color Hex Logo

#dbc24f Color Hex

#DBC24F
(219,194,79)
0 Favorites   0 Comments

Color spaces of #dbc24f

RGB 21919479
HSL0.140.660.58
HSV49°64°86°
CMYK 0.000.110.64   0.14
XYZ49.916554.208215.2295
Yxy54.20820.41820.4542
Hunter Lab73.6262-7.827939.2743
CIE-Lab78.5830-4.282859.2563

#dbc24f color RGB value is (219,194,79).

#dbc24f hex color red value is 219, green value is 194 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dbc24f hue: 0.14 , saturation: 0.66 and the lightness value of dbc24f is 0.58.

The process color (four color CMYK) of #dbc24f color hex is 0.00, 0.11, 0.64, 0.14. Web safe color of #dbc24f is #cccc66. Color #dbc24f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 01001111
Octal 333 302 117
Decimal 219 194 79
Hex DB C2 4F

RGB Percentages of Color #dbc24f

%44.51
%39.43
%16.06

CMYK Percentages of Color #dbc24f

%0
%11
%64
%14

Triadic Colors of #dbc24f

#dbc24f #4fdbc2 #c24fdb

Analogous Colors of #dbc24f

#dbc24f #aedb4f #db7c4f

Monochromatic Colors of #dbc24f

#dbc24f

Complementary Color

#dbc24f #4f68db

#dbc24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc24f Color CSS Codes

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

#dbc24f Text Font Color

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

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


#dbc24f Background Color

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

This div background color is #dbc24f


#dbc24f Border Color

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

This div border color is #dbc24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc24f


Comments

No comments written yet.

Please login to write comment.