Html Css Color HEX #DED4A8 Sapling

📋 copy color: '#DED4A8'

red 222 ◦ green 212 ◦ blue 168

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

Shades of Sapling #DED4A8

Tints of Sapling #DED4A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.91%

R = 36.88%
G = 35.22%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DED4A8 (or 0xDED4A8) is known color: Sapling. HEX triplet: DE, D4 and A8. RGB value is (222,212,168). Sum of RGB (Red+Green+Blue) = 222+212+168=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED4A8 is #212B57. Grayscale: #D2D2D2. Windows color (decimal): -2173784 or 11064542. OLE color: 11064542.

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

Color convert

RGB 222 212 168 -
CMYK 0 0.05 0.24 0.13
HSL 48.89º 0.45% 0.76% -
HSV(B) 48.89º 0.24% 0.87% -
XYZ 60.74 65.44 46.48 -
YUV 209.97 104.31 136.58 -
System Red Green Blue C M Y K H S L
Decimal 222 212 168 0 0.05 0.24 0.13 48.89 0.45 0.76
Hex DE D4 A8 0 5 18 D 31 2D 4C
Octal 336 324 250 0 5 30 15 61 55 114
Binary 11011110 11010100 10101000 0 101 11000 1101 110001 101101 1001100

Color Harmonies of #DED4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED4A8

Black with #DED4A8

Text Example


Text Example

White with #DED4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED4A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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