Color Hex Logo

#dfb772 Color Hex

#DFB772
(223,183,114)
0 Favorites   0 Comments

Color spaces of #dfb772

RGB 223183114
HSL0.110.630.66
HSV38°49°87°
CMYK 0.000.180.49   0.13
XYZ50.402250.769923.0627
Yxy50.76990.40570.4087
Hunter Lab71.25301.572730.6865
CIE-Lab76.53945.829940.3314

#dfb772 color RGB value is (223,183,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 01110010
Octal 337 267 162
Decimal 223 183 114
Hex DF B7 72

RGB Percentages of Color #dfb772

%42.88
%35.19
%21.92

CMYK Percentages of Color #dfb772

%0
%18
%49
%13

Triadic Colors of #dfb772

#dfb772 #72dfb7 #b772df

Analogous Colors of #dfb772

#dfb772 #d1df72 #df8172

Monochromatic Colors of #dfb772

#dfb772

Complementary Color

#dfb772 #729adf

#dfb772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb772 Color CSS Codes

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

#dfb772 Text Font Color

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

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


#dfb772 Background Color

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

This div background color is #dfb772


#dfb772 Border Color

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

This div border color is #dfb772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb772


Comments

No comments written yet.

Please login to write comment.