#DAB585

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

Shades of Burly Wood #DAB585

Tints of Burly Wood #DAB585

Color information

#DAB585 (or 0xDAB585) is unknown color: approx Burly Wood. HEX triplet: DA, B5 and 85. RGB value is (218,181,133). Sum of RGB (Red+Green+Blue) = 218+181+133=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB585 is #254A7A. Grayscale: #BABABA. Windows color (decimal): -2443899 or 8762842. OLE color: 8762842.

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

Color convert

RGB218181133-
CMYK00.170.390.15
HSL33.88º53.46%68.82%-
HSV(B)33.88º38.99%85.49%-
XYZ49.6749.6529.16-
YUV186.5997.76150.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 181 (71.09% from 255) = 34.02%
BLUE value IS 133 (52.34% from 255) = 25%
R=40.98%
G=34.02%
B=25%

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
Decimal21818113300.170.390.1533.8853.4668.82
HexDAB58501127F223545
Octal33226520502147174265105
Binary11011010101101011000010101000110011111111000101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB585; }

 p { color: rgb(218,181,133); }

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

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

 a { background-color: rgb(218,181,133); }

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

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

 span { border-color: rgb(218,181,133); }

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