#DABA86

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

Shades of Burly Wood #DABA86

Tints of Burly Wood #DABA86

Color information

#DABA86 (or 0xDABA86) is unknown color: approx Burly Wood. HEX triplet: DA, BA and 86. RGB value is (218,186,134). Sum of RGB (Red+Green+Blue) = 218+186+134=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA86 is #254579. Grayscale: #BDBDBD. Windows color (decimal): -2442618 or 8829658. OLE color: 8829658.

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

Color convert

RGB218186134-
CMYK00.150.390.15
HSL37.14º53.16%69.02%-
HSV(B)37.14º38.53%85.49%-
XYZ50.7851.7429.87-
YUV189.6496.6148.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 134 (52.73% from 255) = 24.91%
R=40.52%
G=34.57%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818613400.150.390.1537.1453.1669.02
HexDABA860F27F253545
Octal33227220601747174565105
Binary1101101010111010100001100111110011111111001011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA86; }

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

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

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

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

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

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

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

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