Color Hex Logo

#dbcf5f Color Hex

#DBCF5F
(219,207,95)
0 Favorites   0 Comments

Color spaces of #dbcf5f

RGB 21920795
HSL0.150.630.62
HSV54°57°86°
CMYK 0.000.050.57   0.14
XYZ53.591860.511919.6819
Yxy60.51190.40060.4523
Hunter Lab77.7894-13.156639.4513
CIE-Lab82.1156-9.842656.0815

#dbcf5f color RGB value is (219,207,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001111 01011111
Octal 333 317 137
Decimal 219 207 95
Hex DB CF 5F

RGB Percentages of Color #dbcf5f

%42.03
%39.73
%18.23

CMYK Percentages of Color #dbcf5f

%0
%5
%57
%14

Triadic Colors of #dbcf5f

#dbcf5f #5fdbcf #cf5fdb

Analogous Colors of #dbcf5f

#dbcf5f #a9db5f #db915f

Monochromatic Colors of #dbcf5f

#dbcf5f

Complementary Color

#dbcf5f #5f6bdb

#dbcf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcf5f Color CSS Codes

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

#dbcf5f Text Font Color

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

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


#dbcf5f Background Color

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

This div background color is #dbcf5f


#dbcf5f Border Color

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

This div border color is #dbcf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcf5f


Comments

No comments written yet.

Please login to write comment.