Html Css Color HEX #DED2AE Sapling

📋 copy color: '#DED2AE'

red 222 ◦ green 210 ◦ blue 174

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

Shades of Sapling #DED2AE

Tints of Sapling #DED2AE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.65%

 BLUE value IS 174 (68.36% from 255) = 28.71%

R = 36.63%
G = 34.65%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DED2AE (or 0xDED2AE) is known color: Sapling. HEX triplet: DE, D2 and AE. RGB value is (222,210,174). Sum of RGB (Red+Green+Blue) = 222+210+174=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED2AE is #212D51. Grayscale: #D1D1D1. Windows color (decimal): -2174290 or 11457246. OLE color: 11457246.

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

Color convert

RGB 222 210 174 -
CMYK 0 0.05 0.22 0.13
HSL 45º 0.42% 0.78% -
HSV(B) 45º 0.22% 0.87% -
XYZ 60.81 64.68 49.32 -
YUV 209.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 222 210 174 0 0.05 0.22 0.13 45 0.42 0.78
Hex DE D2 AE 0 5 16 D 2D 2A 4E
Octal 336 322 256 0 5 26 15 55 52 116
Binary 11011110 11010010 10101110 0 101 10110 1101 101101 101010 1001110

Color Harmonies of #DED2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED2AE

Black with #DED2AE

Text Example


Text Example

White with #DED2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED2AE; }

 p { color: rgb(222,210,174); }

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

background-color css

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

 a { background-color: rgb(222,210,174); }

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

border-color css

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

 span { border-color: rgb(222,210,174); }

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