#DDB888

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

Shades of Burly Wood #DDB888

Tints of Burly Wood #DDB888

Color information

#DDB888 (or 0xDDB888) is unknown color: approx Burly Wood. HEX triplet: DD, B8 and 88. RGB value is (221,184,136). Sum of RGB (Red+Green+Blue) = 221+184+136=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB888 is #224777. Grayscale: #BDBDBD. Windows color (decimal): -2246520 or 8960221. OLE color: 8960221.

HSL color Cylindrical-coordinate representation of color #DDB888: hue angle of 33.88º degrees, saturation: 0.56, 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 #DDB888 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221184136-
CMYK00.170.380.13
HSL33.88º55.56%70%-
HSV(B)33.88º38.46%86.67%-
XYZ51.451.4330.51-
YUV189.5997.76150.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 184 (72.27% from 255) = 34.01%
BLUE value IS 136 (53.52% from 255) = 25.14%
R=40.85%
G=34.01%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118413600.170.380.1333.8855.5670
HexDDB88801126D223846
Octal33527021002146154270106
Binary11011101101110001000100001000110011011011000101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB888; }

 p { color: rgb(221,184,136); }

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

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

 a { background-color: rgb(221,184,136); }

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

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

 span { border-color: rgb(221,184,136); }

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