#DBB481

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

Shades of Burly Wood #DBB481

Tints of Burly Wood #DBB481

Color information

#DBB481 (or 0xDBB481) is unknown color: approx Burly Wood. HEX triplet: DB, B4 and 81. RGB value is (219,180,129). Sum of RGB (Red+Green+Blue) = 219+180+129=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 129 (50.78% from 255 or 24.43% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB481 is #244B7E. Grayscale: #BABABA. Windows color (decimal): -2378623 or 8500443. OLE color: 8500443.

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

Color convert

RGB219180129-
CMYK00.180.410.14
HSL34º55.56%68.24%-
HSV(B)34º41.1%85.88%-
XYZ49.549.2927.67-
YUV185.8595.92151.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.48%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 129 (50.78% from 255) = 24.43%
R=41.48%
G=34.09%
B=24.43%

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
Decimal21918012900.180.410.143455.5668.24
HexDBB48101229E223844
Octal33326420102251164270104
Binary11011011101101001000000101001010100111101000101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB481; }

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

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

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

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

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

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

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

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