Color Hex Logo

#dfbb78 Color Hex

#DFBB78
(223,187,120)
0 Favorites   0 Comments

Color spaces of #dfbb78

RGB 223187120
HSL0.110.620.67
HSV39°46°87°
CMYK 0.000.160.46   0.13
XYZ51.591952.584725.2000
Yxy52.58470.39880.4064
Hunter Lab72.51530.094230.1567
CIE-Lab77.62924.292238.6357

#dfbb78 color RGB value is (223,187,120).

#dfbb78 hex color red value is 223, green value is 187 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dfbb78 hue: 0.11 , saturation: 0.62 and the lightness value of dfbb78 is 0.67.

The process color (four color CMYK) of #dfbb78 color hex is 0.00, 0.16, 0.46, 0.13. Web safe color of #dfbb78 is #cccc66. Color #dfbb78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 01111000
Octal 337 273 170
Decimal 223 187 120
Hex DF BB 78

RGB Percentages of Color #dfbb78

%42.08
%35.28
%22.64

CMYK Percentages of Color #dfbb78

%0
%16
%46
%13

Triadic Colors of #dfbb78

#dfbb78 #78dfbb #bb78df

Analogous Colors of #dfbb78

#dfbb78 #d0df78 #df8878

Monochromatic Colors of #dfbb78

#dfbb78

Complementary Color

#dfbb78 #789cdf

#dfbb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbb78 Color CSS Codes

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

#dfbb78 Text Font Color

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

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


#dfbb78 Background Color

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

This div background color is #dfbb78


#dfbb78 Border Color

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

This div border color is #dfbb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbb78


Comments

No comments written yet.

Please login to write comment.