Color Hex Logo

#dfb372 Color Hex

#DFB372
(223,179,114)
0 Favorites   0 Comments

Color spaces of #dfb372

RGB 223179114
HSL0.100.630.66
HSV36°49°87°
CMYK 0.000.200.49   0.13
XYZ49.588849.143122.7915
Yxy49.14310.40810.4044
Hunter Lab70.10213.588529.7952
CIE-Lab75.54037.947739.0779

#dfb372 color RGB value is (223,179,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 01110010
Octal 337 263 162
Decimal 223 179 114
Hex DF B3 72

RGB Percentages of Color #dfb372

%43.22
%34.69
%22.09

CMYK Percentages of Color #dfb372

%0
%20
%49
%13

Triadic Colors of #dfb372

#dfb372 #72dfb3 #b372df

Analogous Colors of #dfb372

#dfb372 #d5df72 #df7d72

Monochromatic Colors of #dfb372

#dfb372

Complementary Color

#dfb372 #729edf

#dfb372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb372 Color CSS Codes

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

#dfb372 Text Font Color

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

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


#dfb372 Background Color

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

This div background color is #dfb372


#dfb372 Border Color

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

This div border color is #dfb372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb372


Comments

No comments written yet.

Please login to write comment.