#DDB989

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

Shades of Burly Wood #DDB989

Tints of Burly Wood #DDB989

Color information

#DDB989 (or 0xDDB989) is unknown color: approx Burly Wood. HEX triplet: DD, B9 and 89. RGB value is (221,185,137). Sum of RGB (Red+Green+Blue) = 221+185+137=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 137 (53.91% from 255 or 25.23% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB989 is #224676. Grayscale: #BEBEBE. Windows color (decimal): -2246263 or 9026013. OLE color: 9026013.

HSL color Cylindrical-coordinate representation of color #DDB989: hue angle of 34.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDB989 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221185137-
CMYK00.160.380.13
HSL34.29º55.26%70.2%-
HSV(B)34.29º38.01%86.67%-
XYZ51.6851.8830.96-
YUV190.2997.93149.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 185 (72.66% from 255) = 34.07%
BLUE value IS 137 (53.91% from 255) = 25.23%
R=40.70%
G=34.07%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118513700.160.380.1334.2955.2670.2
HexDDB98901026D223746
Octal33527121102046154267106
Binary11011101101110011000100101000010011011011000101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB989; }

 p { color: rgb(221,185,137); }

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

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

 a { background-color: rgb(221,185,137); }

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

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

 span { border-color: rgb(221,185,137); }

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