#DAB98A

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

Shades of Burly Wood #DAB98A

Tints of Burly Wood #DAB98A

Color information

#DAB98A (or 0xDAB98A) is unknown color: approx Burly Wood. HEX triplet: DA, B9 and 8A. RGB value is (218,185,138). Sum of RGB (Red+Green+Blue) = 218+185+138=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB98A is #254675. Grayscale: #BDBDBD. Windows color (decimal): -2442870 or 9091546. OLE color: 9091546.

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

Color convert

RGB218185138-
CMYK00.150.370.15
HSL35.25º51.95%69.8%-
HSV(B)35.25º36.7%85.49%-
XYZ50.8551.4431.29-
YUV189.5198.93148.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 138 (54.30% from 255) = 25.51%
R=40.30%
G=34.20%
B=25.51%

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
Decimal21818513800.150.370.1535.2551.9569.8
HexDAB98A0F25F233446
Octal33227121201745174364106
Binary1101101010111001100010100111110010111111000111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB98A; }

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

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

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

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

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

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

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

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