#DAB686

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

Shades of Burly Wood #DAB686

Tints of Burly Wood #DAB686

Color information

#DAB686 (or 0xDAB686) is unknown color: approx Burly Wood. HEX triplet: DA, B6 and 86. RGB value is (218,182,134). Sum of RGB (Red+Green+Blue) = 218+182+134=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB686 is #254979. Grayscale: #BBBBBB. Windows color (decimal): -2443642 or 8828634. OLE color: 8828634.

HSL color Cylindrical-coordinate representation of color #DAB686: hue angle of 34.29º 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 #DAB686 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218182134-
CMYK00.170.390.15
HSL34.29º53.16%69.02%-
HSV(B)34.29º38.53%85.49%-
XYZ49.9450.0829.59-
YUV187.2997.93149.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 182 (71.48% from 255) = 34.08%
BLUE value IS 134 (52.73% from 255) = 25.09%
R=40.82%
G=34.08%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818213400.170.390.1534.2953.1669.02
HexDAB68601127F223545
Octal33226620602147174265105
Binary11011010101101101000011001000110011111111000101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB686; }

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

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

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

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

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

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

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

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