Html Css Color HEX #DED4AA Sapling

📋 copy color: '#DED4AA'

red 222 ◦ green 212 ◦ blue 170

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

Shades of Sapling #DED4AA

Tints of Sapling #DED4AA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.1%

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

R = 36.75%
G = 35.1%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DED4AA (or 0xDED4AA) is known color: Sapling. HEX triplet: DE, D4 and AA. RGB value is (222,212,170). Sum of RGB (Red+Green+Blue) = 222+212+170=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED4AA is #212B55. Grayscale: #D2D2D2. Windows color (decimal): -2173782 or 11195614. OLE color: 11195614.

HSL color Cylindrical-coordinate representation of color #DED4AA: hue angle of 48.46º 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 #DED4AA is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 212 170 -
CMYK 0 0.05 0.23 0.13
HSL 48.46º 0.44% 0.77% -
HSV(B) 48.46º 0.23% 0.87% -
XYZ 60.92 65.52 47.47 -
YUV 210.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 222 212 170 0 0.05 0.23 0.13 48.46 0.44 0.77
Hex DE D4 AA 0 5 17 D 30 2C 4D
Octal 336 324 252 0 5 27 15 60 54 115
Binary 11011110 11010100 10101010 0 101 10111 1101 110000 101100 1001101

Color Harmonies of #DED4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED4AA

Black with #DED4AA

Text Example


Text Example

White with #DED4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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