Html Css Color HEX #DED5AC Sapling

📋 copy color: '#DED5AC'

red 222 ◦ green 213 ◦ blue 172

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

Shades of Sapling #DED5AC

Tints of Sapling #DED5AC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.09%

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

R = 36.57%
G = 35.09%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DED5AC (or 0xDED5AC) is known color: Sapling. HEX triplet: DE, D5 and AC. RGB value is (222,213,172). Sum of RGB (Red+Green+Blue) = 222+213+172=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED5AC is #212A53. Grayscale: #D3D3D3. Windows color (decimal): -2173524 or 11326942. OLE color: 11326942.

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

Color convert

RGB 222 213 172 -
CMYK 0 0.04 0.23 0.13
HSL 49.2º 0.43% 0.77% -
HSV(B) 49.2º 0.23% 0.87% -
XYZ 61.36 66.1 48.55 -
YUV 211.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 222 213 172 0 0.04 0.23 0.13 49.2 0.43 0.77
Hex DE D5 AC 0 4 17 D 31 2B 4D
Octal 336 325 254 0 4 27 15 61 53 115
Binary 11011110 11010101 10101100 0 100 10111 1101 110001 101011 1001101

Color Harmonies of #DED5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED5AC

Black with #DED5AC

Text Example


Text Example

White with #DED5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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