Color Hex Logo

#dfb774 Color Hex

#DFB774
(223,183,116)
0 Favorites   0 Comments

Color spaces of #dfb774

RGB 223183116
HSL0.100.630.66
HSV38°48°87°
CMYK 0.000.180.48   0.13
XYZ50.517350.815923.6689
Yxy50.81590.40410.4065
Hunter Lab71.28531.747330.2136
CIE-Lab76.56746.017339.3440

#dfb774 color RGB value is (223,183,116).

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

The process color (four color CMYK) of #dfb774 color hex is 0.00, 0.18, 0.48, 0.13. Web safe color of #dfb774 is #cccc66. Color #dfb774 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 01110100
Octal 337 267 164
Decimal 223 183 116
Hex DF B7 74

RGB Percentages of Color #dfb774

%42.72
%35.06
%22.22

CMYK Percentages of Color #dfb774

%0
%18
%48
%13

Triadic Colors of #dfb774

#dfb774 #74dfb7 #b774df

Analogous Colors of #dfb774

#dfb774 #d2df74 #df8274

Monochromatic Colors of #dfb774

#dfb774

Complementary Color

#dfb774 #749cdf

#dfb774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb774 Color CSS Codes

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

#dfb774 Text Font Color

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

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


#dfb774 Background Color

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

This div background color is #dfb774


#dfb774 Border Color

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

This div border color is #dfb774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb774


Comments

No comments written yet.

Please login to write comment.