#DFB585

Color #DFB585 Burly Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burly Wood #DFB585

Tints of Burly Wood #DFB585

Color information

#DFB585 (or 0xDFB585) is unknown color: approx Burly Wood. HEX triplet: DF, B5 and 85. RGB value is (223,181,133). Sum of RGB (Red+Green+Blue) = 223+181+133=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB585 is #204A7A. Grayscale: #BCBCBC. Windows color (decimal): -2116219 or 8762847. OLE color: 8762847.

HSL color Cylindrical-coordinate representation of color #DFB585: hue angle of 32º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFB585 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB223181133-
CMYK00.190.400.13
HSL32º58.44%69.8%-
HSV(B)32º40.36%87.45%-
XYZ51.1950.4329.23-
YUV188.0996.91152.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 133 (52.34% from 255) = 24.77%
R=41.53%
G=33.71%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318113300.190.400.133258.4469.8
HexDFB58501328D203a46
Octal33726520502350154072106
Binary11011111101101011000010101001110100011011000001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB585; }

 p { color: rgb(223,181,133); }

 H1.HeaderClassName
 {
   color: #DFB585;
 }
 .AnyTagClassName
 {
   color: #DFB585;
 }
</style>
background-color css

<style>
 a { background-color: #DFB585; }

 a { background-color: rgb(223,181,133); }

 div.DivClassName
 {
   background-color: #DFB585;
 }
 .BgClassName
 {
   background-color: #DFB585;
 }
</style>
border-color css

<style>
 span { border-color: #DFB585; }

 span { border-color: rgb(223,181,133); }

 td.TdClassName
 {
   border-color: #DFB585;
 }
 .TagClassName
 {
   border-color: #DFB585;
 }
</style>