#DBBB89

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

Shades of Burly Wood #DBBB89

Tints of Burly Wood #DBBB89

Color information

#DBBB89 (or 0xDBBB89) is unknown color: approx Burly Wood. HEX triplet: DB, BB and 89. RGB value is (219,187,137). Sum of RGB (Red+Green+Blue) = 219+187+137=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 137 (53.91% from 255 or 25.23% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB89 is #244476. Grayscale: #BFBFBF. Windows color (decimal): -2376823 or 9026523. OLE color: 9026523.

HSL color Cylindrical-coordinate representation of color #DBBB89: hue angle of 36.59º 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 #DBBB89 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB219187137-
CMYK00.150.370.14
HSL36.59º53.25%69.8%-
HSV(B)36.59º37.44%85.88%-
XYZ51.552.4131.07-
YUV190.8797.6148.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.33%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 137 (53.91% from 255) = 25.23%
R=40.33%
G=34.44%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918713700.150.370.1436.5953.2569.8
HexDBBB890F25E253546
Octal33327321101745164565106
Binary1101101110111011100010010111110010111101001011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBB89; }

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

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

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

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

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

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

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

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