Html Css Color HEX #DED0A0 Sapling

📋 copy color: '#DED0A0'

red 222 ◦ green 208 ◦ blue 160

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

Shades of Sapling #DED0A0

Tints of Sapling #DED0A0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.25%

 BLUE value IS 160 (62.89% from 255) = 27.12%

R = 37.63%
G = 35.25%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DED0A0 (or 0xDED0A0) is known color: Sapling. HEX triplet: DE, D0 and A0. RGB value is (222,208,160). Sum of RGB (Red+Green+Blue) = 222+208+160=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DED0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED0A0 is #212F5F. Grayscale: #CECECE. Windows color (decimal): -2174816 or 10539230. OLE color: 10539230.

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

Color convert

RGB 222 208 160 -
CMYK 0 0.06 0.28 0.13
HSL 46.45º 0.48% 0.75% -
HSV(B) 46.45º 0.28% 0.87% -
XYZ 59.03 63.18 42.34 -
YUV 206.71 101.64 138.9 -
System Red Green Blue C M Y K H S L
Decimal 222 208 160 0 0.06 0.28 0.13 46.45 0.48 0.75
Hex DE D0 A0 0 6 1C D 2E 30 4B
Octal 336 320 240 0 6 34 15 56 60 113
Binary 11011110 11010000 10100000 0 110 11100 1101 101110 110000 1001011

Color Harmonies of #DED0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED0A0

Black with #DED0A0

Text Example


Text Example

White with #DED0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED0A0; }

 p { color: rgb(222,208,160); }

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

background-color css

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

 a { background-color: rgb(222,208,160); }

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

border-color css

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

 span { border-color: rgb(222,208,160); }

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