#DAB984

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

Shades of Burly Wood #DAB984

Tints of Burly Wood #DAB984

Color information

#DAB984 (or 0xDAB984) is unknown color: approx Burly Wood. HEX triplet: DA, B9 and 84. RGB value is (218,185,132). Sum of RGB (Red+Green+Blue) = 218+185+132=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 132 (51.95% from 255 or 24.67% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB984 is #25467B. Grayscale: #BDBDBD. Windows color (decimal): -2442876 or 8698330. OLE color: 8698330.

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

Color convert

RGB218185132-
CMYK00.150.390.15
HSL36.98º53.75%68.63%-
HSV(B)36.98º39.45%85.49%-
XYZ50.4351.2729.07-
YUV188.8295.93148.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.75%
GREEN value IS 185 (72.66% from 255) = 34.58%
BLUE value IS 132 (51.95% from 255) = 24.67%
R=40.75%
G=34.58%
B=24.67%

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
Decimal21818513200.150.390.1536.9853.7568.63
HexDAB9840F27F253645
Octal33227120401747174566105
Binary1101101010111001100001000111110011111111001011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB984; }

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

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

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

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

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

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

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

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