#DBB989

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

Shades of Burly Wood #DBB989

Tints of Burly Wood #DBB989

Color information

#DBB989 (or 0xDBB989) is unknown color: approx Burly Wood. HEX triplet: DB, B9 and 89. RGB value is (219,185,137). Sum of RGB (Red+Green+Blue) = 219+185+137=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB989 is #244676. Grayscale: #BDBDBD. Windows color (decimal): -2377335 or 9026011. OLE color: 9026011.

HSL color Cylindrical-coordinate representation of color #DBB989: hue angle of 35.12º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBB989 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB219185137-
CMYK00.160.370.14
HSL35.12º53.25%69.8%-
HSV(B)35.12º37.44%85.88%-
XYZ51.0851.5630.93-
YUV189.6998.26148.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 137 (53.91% from 255) = 25.32%
R=40.48%
G=34.20%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918513700.160.370.1435.1253.2569.8
HexDBB98901025E233546
Octal33327121102045164365106
Binary11011011101110011000100101000010010111101000111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB989; }

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

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

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

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

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

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

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

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