Color Hex Logo

#dbc34f Color Hex

#DBC34F
(219,195,79)
0 Favorites   0 Comments

Color spaces of #dbc34f

RGB 21919579
HSL0.140.660.58
HSV50°64°86°
CMYK 0.000.110.64   0.14
XYZ50.139854.654815.3039
Yxy54.65480.41750.4551
Hunter Lab73.9289-8.313939.4767
CIE-Lab78.8420-4.798659.5341

#dbc34f color RGB value is (219,195,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 01001111
Octal 333 303 117
Decimal 219 195 79
Hex DB C3 4F

RGB Percentages of Color #dbc34f

%44.42
%39.55
%16.02

CMYK Percentages of Color #dbc34f

%0
%11
%64
%14

Triadic Colors of #dbc34f

#dbc34f #4fdbc3 #c34fdb

Analogous Colors of #dbc34f

#dbc34f #addb4f #db7d4f

Monochromatic Colors of #dbc34f

#dbc34f

Complementary Color

#dbc34f #4f67db

#dbc34f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc34f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc34f Color CSS Codes

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

#dbc34f Text Font Color

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

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


#dbc34f Background Color

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

This div background color is #dbc34f


#dbc34f Border Color

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

This div border color is #dbc34f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc34f


Comments

No comments written yet.

Please login to write comment.