Color Hex Logo

#dfb672 Color Hex

#DFB672
(223,182,114)
0 Favorites   0 Comments

Color spaces of #dfb672

RGB 223182114
HSL0.100.630.66
HSV37°49°87°
CMYK 0.000.180.49   0.13
XYZ50.196650.358822.9942
Yxy50.35880.40630.4076
Hunter Lab70.96392.075730.4632
CIE-Lab76.28906.358440.0177

#dfb672 color RGB value is (223,182,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 01110010
Octal 337 266 162
Decimal 223 182 114
Hex DF B6 72

RGB Percentages of Color #dfb672

%42.97
%35.07
%21.97

CMYK Percentages of Color #dfb672

%0
%18
%49
%13

Triadic Colors of #dfb672

#dfb672 #72dfb6 #b672df

Analogous Colors of #dfb672

#dfb672 #d2df72 #df8072

Monochromatic Colors of #dfb672

#dfb672

Complementary Color

#dfb672 #729bdf

#dfb672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb672 Color CSS Codes

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

#dfb672 Text Font Color

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

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


#dfb672 Background Color

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

This div background color is #dfb672


#dfb672 Border Color

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

This div border color is #dfb672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb672


Comments

No comments written yet.

Please login to write comment.