Color Hex Logo

#dfb978 Color Hex

#DFB978
(223,185,120)
0 Favorites   0 Comments

Color spaces of #dfb978

RGB 223185120
HSL0.110.620.67
HSV38°46°87°
CMYK 0.000.170.46   0.13
XYZ51.170651.742025.0595
Yxy51.74200.39990.4043
Hunter Lab71.93191.099729.6970
CIE-Lab77.12635.346437.9973

#dfb978 color RGB value is (223,185,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 01111000
Octal 337 271 170
Decimal 223 185 120
Hex DF B9 78

RGB Percentages of Color #dfb978

%42.23
%35.04
%22.73

CMYK Percentages of Color #dfb978

%0
%17
%46
%13

Triadic Colors of #dfb978

#dfb978 #78dfb9 #b978df

Analogous Colors of #dfb978

#dfb978 #d2df78 #df8678

Monochromatic Colors of #dfb978

#dfb978

Complementary Color

#dfb978 #789edf

#dfb978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb978 Color CSS Codes

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

#dfb978 Text Font Color

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

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


#dfb978 Background Color

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

This div background color is #dfb978


#dfb978 Border Color

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

This div border color is #dfb978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb978


Comments

No comments written yet.

Please login to write comment.