#DAB985

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

Shades of Burly Wood #DAB985

Tints of Burly Wood #DAB985

Color information

#DAB985 (or 0xDAB985) is unknown color: approx Burly Wood. HEX triplet: DA, B9 and 85. RGB value is (218,185,133). Sum of RGB (Red+Green+Blue) = 218+185+133=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB985 is #25467A. Grayscale: #BDBDBD. Windows color (decimal): -2442875 or 8763866. OLE color: 8763866.

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

Color convert

RGB218185133-
CMYK00.150.390.15
HSL36.71º53.46%68.82%-
HSV(B)36.71º38.99%85.49%-
XYZ50.551.329.43-
YUV188.9496.43148.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 133 (52.34% from 255) = 24.81%
R=40.67%
G=34.51%
B=24.81%

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
Decimal21818513300.150.390.1536.7153.4668.82
HexDAB9850F27F253545
Octal33227120501747174565105
Binary1101101010111001100001010111110011111111001011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB985; }

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

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

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

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

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

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

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

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