#DAB989

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

Shades of Burly Wood #DAB989

Tints of Burly Wood #DAB989

Color information

#DAB989 (or 0xDAB989) is unknown color: approx Burly Wood. HEX triplet: DA, B9 and 89. RGB value is (218,185,137). Sum of RGB (Red+Green+Blue) = 218+185+137=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 137 (53.91% from 255 or 25.37% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB989 is #254676. Grayscale: #BDBDBD. Windows color (decimal): -2442871 or 9026010. OLE color: 9026010.

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

Color convert

RGB218185137-
CMYK00.150.370.15
HSL35.56º52.26%69.61%-
HSV(B)35.56º37.16%85.49%-
XYZ50.7851.4130.91-
YUV189.498.43148.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 185 (72.66% from 255) = 34.26%
BLUE value IS 137 (53.91% from 255) = 25.37%
R=40.37%
G=34.26%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818513700.150.370.1535.5652.2669.61
HexDAB9890F25F243446
Octal33227121101745174464106
Binary1101101010111001100010010111110010111111001001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB989; }

 p { color: rgb(218,185,137); }

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

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

 a { background-color: rgb(218,185,137); }

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

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

 span { border-color: rgb(218,185,137); }

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