Html Css Color HEX #DED4AD Sapling

📋 copy color: '#DED4AD'

red 222 ◦ green 212 ◦ blue 173

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

Shades of Sapling #DED4AD

Tints of Sapling #DED4AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.5%

R = 36.57%
G = 34.93%
B = 28.5%

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

#DED4AD (or 0xDED4AD) is known color: Sapling. HEX triplet: DE, D4 and AD. RGB value is (222,212,173). Sum of RGB (Red+Green+Blue) = 222+212+173=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED4AD is #212B52. Grayscale: #D2D2D2. Windows color (decimal): -2173779 or 11392222. OLE color: 11392222.

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

Color convert

RGB 222 212 173 -
CMYK 0 0.05 0.22 0.13
HSL 47.76º 0.43% 0.77% -
HSV(B) 47.76º 0.22% 0.87% -
XYZ 61.21 65.63 48.98 -
YUV 210.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 222 212 173 0 0.05 0.22 0.13 47.76 0.43 0.77
Hex DE D4 AD 0 5 16 D 30 2B 4D
Octal 336 324 255 0 5 26 15 60 53 115
Binary 11011110 11010100 10101101 0 101 10110 1101 110000 101011 1001101

Color Harmonies of #DED4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED4AD

Black with #DED4AD

Text Example


Text Example

White with #DED4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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