Html Css Color HEX #DED1AB Sapling

📋 copy color: '#DED1AB'

red 222 ◦ green 209 ◦ blue 171

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

Shades of Sapling #DED1AB

Tints of Sapling #DED1AB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.72%

 BLUE value IS 171 (67.19% from 255) = 28.41%

R = 36.88%
G = 34.72%
B = 28.41%

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

#DED1AB (or 0xDED1AB) is known color: Sapling. HEX triplet: DE, D1 and AB. RGB value is (222,209,171). Sum of RGB (Red+Green+Blue) = 222+209+171=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED1AB is #212E54. Grayscale: #D0D0D0. Windows color (decimal): -2174549 or 11260382. OLE color: 11260382.

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

Color convert

RGB 222 209 171 -
CMYK 0 0.06 0.23 0.13
HSL 44.71º 0.44% 0.77% -
HSV(B) 44.71º 0.23% 0.87% -
XYZ 60.28 64.07 47.72 -
YUV 208.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 222 209 171 0 0.06 0.23 0.13 44.71 0.44 0.77
Hex DE D1 AB 0 6 17 D 2D 2C 4D
Octal 336 321 253 0 6 27 15 55 54 115
Binary 11011110 11010001 10101011 0 110 10111 1101 101101 101100 1001101

Color Harmonies of #DED1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED1AB

Black with #DED1AB

Text Example


Text Example

White with #DED1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED1AB; }

 p { color: rgb(222,209,171); }

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

background-color css

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

 a { background-color: rgb(222,209,171); }

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

border-color css

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

 span { border-color: rgb(222,209,171); }

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