Color Hex Logo

#dfb074 Color Hex

#DFB074
(223,176,116)
0 Favorites   0 Comments

Color spaces of #dfb074

RGB 223176116
HSL0.090.630.66
HSV34°48°87°
CMYK 0.000.210.48   0.13
XYZ49.109147.999623.1995
Yxy47.99960.40820.3990
Hunter Lab69.28175.283428.6435
CIE-Lab74.82479.730037.1397

#dfb074 color RGB value is (223,176,116).

#dfb074 hex color red value is 223, green value is 176 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #dfb074 hue: 0.09 , saturation: 0.63 and the lightness value of dfb074 is 0.66.

The process color (four color CMYK) of #dfb074 color hex is 0.00, 0.21, 0.48, 0.13. Web safe color of #dfb074 is #cc9966. Color #dfb074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 01110100
Octal 337 260 164
Decimal 223 176 116
Hex DF B0 74

RGB Percentages of Color #dfb074

%43.30
%34.17
%22.52

CMYK Percentages of Color #dfb074

%0
%21
%48
%13

Triadic Colors of #dfb074

#dfb074 #74dfb0 #b074df

Analogous Colors of #dfb074

#dfb074 #d9df74 #df7b74

Monochromatic Colors of #dfb074

#dfb074

Complementary Color

#dfb074 #74a3df

#dfb074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb074 Color CSS Codes

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

#dfb074 Text Font Color

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

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


#dfb074 Background Color

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

This div background color is #dfb074


#dfb074 Border Color

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

This div border color is #dfb074


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,176,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb074


Comments

No comments written yet.

Please login to write comment.