#DBB984

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

Shades of Burly Wood #DBB984

Tints of Burly Wood #DBB984

Color information

#DBB984 (or 0xDBB984) is unknown color: approx Burly Wood. HEX triplet: DB, B9 and 84. RGB value is (219,185,132). Sum of RGB (Red+Green+Blue) = 219+185+132=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB984 is #24467B. Grayscale: #BDBDBD. Windows color (decimal): -2377340 or 8698331. OLE color: 8698331.

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

Color convert

RGB219185132-
CMYK00.160.400.14
HSL36.55º54.72%68.82%-
HSV(B)36.55º39.73%85.88%-
XYZ50.7351.4229.08-
YUV189.1295.76149.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 132 (51.95% from 255) = 24.63%
R=40.86%
G=34.51%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918513200.160.400.1436.5554.7268.82
HexDBB98401028E253745
Octal33327120402050164567105
Binary11011011101110011000010001000010100011101001011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB984; }

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

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

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

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

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

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

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

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