#DBB581

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

Shades of Burly Wood #DBB581

Tints of Burly Wood #DBB581

Color information

#DBB581 (or 0xDBB581) is unknown color: approx Burly Wood. HEX triplet: DB, B5 and 81. RGB value is (219,181,129). Sum of RGB (Red+Green+Blue) = 219+181+129=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB581 is #244A7E. Grayscale: #BABABA. Windows color (decimal): -2378367 or 8500699. OLE color: 8500699.

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

Color convert

RGB219181129-
CMYK00.170.410.14
HSL34.67º55.56%68.24%-
HSV(B)34.67º41.1%85.88%-
XYZ49.749.6927.74-
YUV186.4395.59151.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.40%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 129 (50.78% from 255) = 24.39%
R=41.40%
G=34.22%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918112900.170.410.1434.6755.5668.24
HexDBB58101129E233844
Octal33326520102151164370104
Binary11011011101101011000000101000110100111101000111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB581; }

 p { color: rgb(219,181,129); }

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

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

 a { background-color: rgb(219,181,129); }

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

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

 span { border-color: rgb(219,181,129); }

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