#DBB786

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

Shades of Burly Wood #DBB786

Tints of Burly Wood #DBB786

Color information

#DBB786 (or 0xDBB786) is unknown color: approx Burly Wood. HEX triplet: DB, B7 and 86. RGB value is (219,183,134). Sum of RGB (Red+Green+Blue) = 219+183+134=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB786 is #244879. Grayscale: #BCBCBC. Windows color (decimal): -2377850 or 8828891. OLE color: 8828891.

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

Color convert

RGB219183134-
CMYK00.160.390.14
HSL34.59º54.14%69.22%-
HSV(B)34.59º38.81%85.88%-
XYZ50.4550.6529.67-
YUV188.1897.43149.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 183 (71.88% from 255) = 34.14%
BLUE value IS 134 (52.73% from 255) = 25%
R=40.86%
G=34.14%
B=25%

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
Decimal21918313400.160.390.1434.5954.1469.22
HexDBB78601027E233645
Octal33326720602047164366105
Binary11011011101101111000011001000010011111101000111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB786; }

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

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

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

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

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

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

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

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