#DABA88

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

Shades of Burly Wood #DABA88

Tints of Burly Wood #DABA88

Color information

#DABA88 (or 0xDABA88) is unknown color: approx Burly Wood. HEX triplet: DA, BA and 88. RGB value is (218,186,136). Sum of RGB (Red+Green+Blue) = 218+186+136=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA88 is #254577. Grayscale: #BEBEBE. Windows color (decimal): -2442616 or 8960730. OLE color: 8960730.

HSL color Cylindrical-coordinate representation of color #DABA88: hue angle of 36.59º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DABA88 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218186136-
CMYK00.150.380.15
HSL36.59º52.56%69.41%-
HSV(B)36.59º37.61%85.49%-
XYZ50.9251.830.61-
YUV189.8797.6148.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 136 (53.52% from 255) = 25.19%
R=40.37%
G=34.44%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818613600.150.380.1536.5952.5669.41
HexDABA880F26F253545
Octal33227221001746174565105
Binary1101101010111010100010000111110011011111001011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA88; }

 p { color: rgb(218,186,136); }

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

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

 a { background-color: rgb(218,186,136); }

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

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

 span { border-color: rgb(218,186,136); }

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