Html Css Color HEX #DAD2AA Sapling

📋 copy color: '#DAD2AA'

red 218 ◦ green 210 ◦ blue 170

#DAD2AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapling #DAD2AA

Tints of Sapling #DAD2AA

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.8% from 255) = 28.43%

R = 36.45%
G = 35.12%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DAD2AA (or 0xDAD2AA) is known color: 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

RGB 218 210 170 -
CMYK 0 0.04 0.22 0.15
HSL 50º 0.39% 0.76% -
HSV(B) 50º 0.22% 0.85% -
XYZ 59.22 63.9 47.24 -
YUV 207.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 218 210 170 0 0.04 0.22 0.15 50 0.39 0.76
Hex DA D2 AA 0 4 16 F 32 27 4C
Octal 332 322 252 0 4 26 17 62 47 114
Binary 11011010 11010010 10101010 0 100 10110 1111 110010 100111 1001100

Color Harmonies of #DAD2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD2AA

Black with #DAD2AA

Text Example


Text Example

White with #DAD2AA

Text Example


Text Example

HTML Codes & Css Web 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>