Color Hex Logo

#dfb782 Color Hex

#DFB782
(223,183,130)
0 Favorites   0 Comments

Color spaces of #dfb782

RGB 223183130
HSL0.090.590.69
HSV34°42°87°
CMYK 0.000.180.42   0.13
XYZ51.394251.166728.2865
Yxy51.16670.39280.3910
Hunter Lab71.53093.071326.6257
CIE-Lab76.77997.431332.3499

#dfb782 color RGB value is (223,183,130).

#dfb782 hex color red value is 223, green value is 183 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dfb782 hue: 0.09 , saturation: 0.59 and the lightness value of dfb782 is 0.69.

The process color (four color CMYK) of #dfb782 color hex is 0.00, 0.18, 0.42, 0.13. Web safe color of #dfb782 is #cccc99. Color #dfb782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 10000010
Octal 337 267 202
Decimal 223 183 130
Hex DF B7 82

RGB Percentages of Color #dfb782

%41.60
%34.14
%24.25

CMYK Percentages of Color #dfb782

%0
%18
%42
%13

Triadic Colors of #dfb782

#dfb782 #82dfb7 #b782df

Analogous Colors of #dfb782

#dfb782 #d9df82 #df8982

Monochromatic Colors of #dfb782

#dfb782

Complementary Color

#dfb782 #82aadf

#dfb782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb782 Color CSS Codes

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

#dfb782 Text Font Color

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

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


#dfb782 Background Color

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

This div background color is #dfb782


#dfb782 Border Color

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

This div border color is #dfb782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb782


Comments

No comments written yet.

Please login to write comment.