#DBB482

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

Shades of Burly Wood #DBB482

Tints of Burly Wood #DBB482

Color information

#DBB482 (or 0xDBB482) is unknown color: approx Burly Wood. HEX triplet: DB, B4 and 82. RGB value is (219,180,130). Sum of RGB (Red+Green+Blue) = 219+180+130=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB482 is #244B7D. Grayscale: #BABABA. Windows color (decimal): -2378622 or 8565979. OLE color: 8565979.

HSL color Cylindrical-coordinate representation of color #DBB482: hue angle of 33.71º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBB482 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB219180130-
CMYK00.180.410.14
HSL33.71º55.28%68.43%-
HSV(B)33.71º40.64%85.88%-
XYZ49.5649.3128.03-
YUV185.9696.42151.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.40%
GREEN value IS 180 (70.70% from 255) = 34.03%
BLUE value IS 130 (51.17% from 255) = 24.57%
R=41.40%
G=34.03%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918013000.180.410.1433.7155.2868.43
HexDBB48201229E223744
Octal33326420202251164267104
Binary11011011101101001000001001001010100111101000101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB482; }

 p { color: rgb(219,180,130); }

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

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

 a { background-color: rgb(219,180,130); }

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

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

 span { border-color: rgb(219,180,130); }

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