#DDB585

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

Shades of Burly Wood #DDB585

Tints of Burly Wood #DDB585

Color information

#DDB585 (or 0xDDB585) is unknown color: approx Burly Wood. HEX triplet: DD, B5 and 85. RGB value is (221,181,133). Sum of RGB (Red+Green+Blue) = 221+181+133=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB585 is #224A7A. Grayscale: #BBBBBB. Windows color (decimal): -2247291 or 8762845. OLE color: 8762845.

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

Color convert

RGB221181133-
CMYK00.180.400.13
HSL32.73º56.41%69.41%-
HSV(B)32.73º39.82%86.67%-
XYZ50.5850.1129.2-
YUV187.4997.25151.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 181 (71.09% from 255) = 33.83%
BLUE value IS 133 (52.34% from 255) = 24.86%
R=41.31%
G=33.83%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118113300.180.400.1332.7356.4169.41
HexDDB58501228D213845
Octal33526520502250154170105
Binary11011101101101011000010101001010100011011000011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB585; }

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

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

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

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

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

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

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

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