#DBB684

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

Shades of Burly Wood #DBB684

Tints of Burly Wood #DBB684

Color information

#DBB684 (or 0xDBB684) is unknown color: approx Burly Wood. HEX triplet: DB, B6 and 84. RGB value is (219,182,132). Sum of RGB (Red+Green+Blue) = 219+182+132=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB684 is #24497B. Grayscale: #BBBBBB. Windows color (decimal): -2378108 or 8697563. OLE color: 8697563.

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

Color convert

RGB219182132-
CMYK00.170.400.14
HSL34.48º54.72%68.82%-
HSV(B)34.48º39.73%85.88%-
XYZ50.1150.1828.87-
YUV187.3696.76150.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.09%
GREEN value IS 182 (71.48% from 255) = 34.15%
BLUE value IS 132 (51.95% from 255) = 24.77%
R=41.09%
G=34.15%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918213200.170.400.1434.4854.7268.82
HexDBB68401128E223745
Octal33326620402150164267105
Binary11011011101101101000010001000110100011101000101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB684; }

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

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

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

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

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

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

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

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