Color Hex Logo

#dbc05f Color Hex

#DBC05F
(219,192,95)
0 Favorites   0 Comments

Color spaces of #dbc05f

RGB 21919295
HSL0.130.630.62
HSV47°57°86°
CMYK 0.000.120.57   0.14
XYZ50.128653.585618.5275
Yxy53.58560.41010.4384
Hunter Lab73.2022-5.867736.2352
CIE-Lab78.2195-2.145451.6195

#dbc05f color RGB value is (219,192,95).

#dbc05f hex color red value is 219, green value is 192 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dbc05f hue: 0.13 , saturation: 0.63 and the lightness value of dbc05f is 0.62.

The process color (four color CMYK) of #dbc05f color hex is 0.00, 0.12, 0.57, 0.14. Web safe color of #dbc05f is #cccc66. Color #dbc05f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 01011111
Octal 333 300 137
Decimal 219 192 95
Hex DB C0 5F

RGB Percentages of Color #dbc05f

%43.28
%37.94
%18.77

CMYK Percentages of Color #dbc05f

%0
%12
%57
%14

Triadic Colors of #dbc05f

#dbc05f #5fdbc0 #c05fdb

Analogous Colors of #dbc05f

#dbc05f #b8db5f #db825f

Monochromatic Colors of #dbc05f

#dbc05f

Complementary Color

#dbc05f #5f7adb

#dbc05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc05f Color CSS Codes

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

#dbc05f Text Font Color

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

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


#dbc05f Background Color

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

This div background color is #dbc05f


#dbc05f Border Color

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

This div border color is #dbc05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc05f


Comments

No comments written yet.

Please login to write comment.