Color Hex Logo

#dbcf78 Color Hex

#DBCF78
(219,207,120)
0 Favorites   0 Comments

Color spaces of #dbcf78

RGB 219207120
HSL0.150.580.66
HSV53°45°86°
CMYK 0.000.050.45   0.14
XYZ54.916461.041826.6571
Yxy61.04180.38510.4280
Hunter Lab78.1293-11.260034.4612
CIE-Lab82.4012-7.697944.5408

#dbcf78 color RGB value is (219,207,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001111 01111000
Octal 333 317 170
Decimal 219 207 120
Hex DB CF 78

RGB Percentages of Color #dbcf78

%40.11
%37.91
%21.98

CMYK Percentages of Color #dbcf78

%0
%5
%45
%14

Triadic Colors of #dbcf78

#dbcf78 #78dbcf #cf78db

Analogous Colors of #dbcf78

#dbcf78 #b6db78 #db9e78

Monochromatic Colors of #dbcf78

#dbcf78

Complementary Color

#dbcf78 #7884db

#dbcf78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcf78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcf78 Color CSS Codes

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

#dbcf78 Text Font Color

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

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


#dbcf78 Background Color

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

This div background color is #dbcf78


#dbcf78 Border Color

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

This div border color is #dbcf78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcf78


Comments

No comments written yet.

Please login to write comment.