#DBB986

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

Shades of Burly Wood #DBB986

Tints of Burly Wood #DBB986

Color information

#DBB986 (or 0xDBB986) is unknown color: approx Burly Wood. HEX triplet: DB, B9 and 86. RGB value is (219,185,134). Sum of RGB (Red+Green+Blue) = 219+185+134=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB986 is #244679. Grayscale: #BDBDBD. Windows color (decimal): -2377338 or 8829403. OLE color: 8829403.

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

Color convert

RGB219185134-
CMYK00.160.390.14
HSL36º54.14%69.22%-
HSV(B)36º38.81%85.88%-
XYZ50.8751.4829.81-
YUV189.3596.76149.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.71%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 134 (52.73% from 255) = 24.91%
R=40.71%
G=34.39%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918513400.160.390.143654.1469.22
HexDBB98601027E243645
Octal33327120602047164466105
Binary11011011101110011000011001000010011111101001001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB986; }

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

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

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

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

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

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

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

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