#DAD2AA

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

Shades of Sapling #DAD2AA

Tints of Sapling #DAD2AA

Color information

#DAD2AA (or 0xDAD2AA) is unknown color: approx Sapling. HEX triplet: DA, D2 and AA. RGB value is (218,210,170). Sum of RGB (Red+Green+Blue) = 218+210+170=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD2AA is #252D55. Grayscale: #CFCFCF. Windows color (decimal): -2436438 or 11195098. OLE color: 11195098.

HSL color Cylindrical-coordinate representation of color #DAD2AA: hue angle of 50º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAD2AA is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218210170-
CMYK00.040.220.15
HSL50º39.34%76.08%-
HSV(B)50º22.02%85.49%-
XYZ59.2263.947.24-
YUV207.83106.65135.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 210 (82.42% from 255) = 35.12%
BLUE value IS 170 (66.80% from 255) = 28.43%
R=36.45%
G=35.12%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821017000.040.220.155039.3476.08
HexDAD2AA0416F32274c
Octal3323222520426176247114
Binary11011010110100101010101001001011011111100101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2AA; }

 p { color: rgb(218,210,170); }

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

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

 a { background-color: rgb(218,210,170); }

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

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

 span { border-color: rgb(218,210,170); }

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