Color Hex Logo

#dbcf57 Color Hex

#DBCF57
(219,207,87)
0 Favorites   0 Comments

Color spaces of #dbcf57

RGB 21920787
HSL0.150.650.60
HSV55°60°86°
CMYK 0.000.050.60   0.14
XYZ53.246560.373817.8637
Yxy60.37380.40500.4592
Hunter Lab77.7006-13.653940.7594
CIE-Lab82.0409-10.409759.5480

#dbcf57 color RGB value is (219,207,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001111 01010111
Octal 333 317 127
Decimal 219 207 87
Hex DB CF 57

RGB Percentages of Color #dbcf57

%42.69
%40.35
%16.96

CMYK Percentages of Color #dbcf57

%0
%5
%60
%14

Triadic Colors of #dbcf57

#dbcf57 #57dbcf #cf57db

Analogous Colors of #dbcf57

#dbcf57 #a5db57 #db8d57

Monochromatic Colors of #dbcf57

#dbcf57

Complementary Color

#dbcf57 #5763db

#dbcf57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcf57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcf57 Color CSS Codes

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

#dbcf57 Text Font Color

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

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


#dbcf57 Background Color

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

This div background color is #dbcf57


#dbcf57 Border Color

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

This div border color is #dbcf57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcf57


Comments

No comments written yet.

Please login to write comment.