Html Css Color HEX #DED0AC Sapling

📋 copy color: '#DED0AC'

red 222 ◦ green 208 ◦ blue 172

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

Shades of Sapling #DED0AC

Tints of Sapling #DED0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.57%

R = 36.88%
G = 34.55%
B = 28.57%

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

#DED0AC (or 0xDED0AC) is known color: Sapling. HEX triplet: DE, D0 and AC. RGB value is (222,208,172). Sum of RGB (Red+Green+Blue) = 222+208+172=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DED0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED0AC is #212F53. Grayscale: #D0D0D0. Windows color (decimal): -2174804 or 11325662. OLE color: 11325662.

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

Color convert

RGB 222 208 172 -
CMYK 0 0.06 0.23 0.13
HSL 43.2º 0.43% 0.77% -
HSV(B) 43.2º 0.23% 0.87% -
XYZ 60.13 63.62 48.14 -
YUV 208.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 222 208 172 0 0.06 0.23 0.13 43.2 0.43 0.77
Hex DE D0 AC 0 6 17 D 2B 2B 4D
Octal 336 320 254 0 6 27 15 53 53 115
Binary 11011110 11010000 10101100 0 110 10111 1101 101011 101011 1001101

Color Harmonies of #DED0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED0AC

Black with #DED0AC

Text Example


Text Example

White with #DED0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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