Html Css Color HEX #DED1AA Sapling

📋 copy color: '#DED1AA'

red 222 ◦ green 209 ◦ blue 170

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

Shades of Sapling #DED1AA

Tints of Sapling #DED1AA

RGB

 RED value IS 222 (87.11% from 255) = 36.94%

 GREEN value IS 209 (82.03% from 255) = 34.78%

 BLUE value IS 170 (66.8% from 255) = 28.29%

R = 36.94%
G = 34.78%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DED1AA (or 0xDED1AA) is known color: Sapling. HEX triplet: DE, D1 and AA. RGB value is (222,209,170). Sum of RGB (Red+Green+Blue) = 222+209+170=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED1AA is #212E55. Grayscale: #D0D0D0. Windows color (decimal): -2174550 or 11194846. OLE color: 11194846.

HSL color Cylindrical-coordinate representation of color #DED1AA: hue angle of 45º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DED1AA is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 209 170 -
CMYK 0 0.06 0.23 0.13
HSL 45º 0.44% 0.77% -
HSV(B) 45º 0.23% 0.87% -
XYZ 60.18 64.03 47.22 -
YUV 208.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 222 209 170 0 0.06 0.23 0.13 45 0.44 0.77
Hex DE D1 AA 0 6 17 D 2D 2C 4D
Octal 336 321 252 0 6 27 15 55 54 115
Binary 11011110 11010001 10101010 0 110 10111 1101 101101 101100 1001101

Color Harmonies of #DED1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED1AA

Black with #DED1AA

Text Example


Text Example

White with #DED1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED1AA; }

 p { color: rgb(222,209,170); }

 H1.HeaderClassName
 {
   color: #DED1AA;
 }
 .AnyTagClassName
 {
   color: #DED1AA;
 }
</style>

background-color css

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

 a { background-color: rgb(222,209,170); }

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

border-color css

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

 span { border-color: rgb(222,209,170); }

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