Html Css Color HEX #DED5AF Sapling

📋 copy color: '#DED5AF'

red 222 ◦ green 213 ◦ blue 175

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

Shades of Sapling #DED5AF

Tints of Sapling #DED5AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.69%

R = 36.39%
G = 34.92%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DED5AF (or 0xDED5AF) is known color: Sapling. HEX triplet: DE, D5 and AF. RGB value is (222,213,175). Sum of RGB (Red+Green+Blue) = 222+213+175=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED5AF is #212A50. Grayscale: #D3D3D3. Windows color (decimal): -2173521 or 11523550. OLE color: 11523550.

HSL color Cylindrical-coordinate representation of color #DED5AF: hue angle of 48.51º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DED5AF is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 213 175 -
CMYK 0 0.04 0.21 0.13
HSL 48.51º 0.42% 0.78% -
HSV(B) 48.51º 0.21% 0.87% -
XYZ 61.66 66.21 50.09 -
YUV 211.36 107.48 135.59 -
System Red Green Blue C M Y K H S L
Decimal 222 213 175 0 0.04 0.21 0.13 48.51 0.42 0.78
Hex DE D5 AF 0 4 15 D 31 2A 4E
Octal 336 325 257 0 4 25 15 61 52 116
Binary 11011110 11010101 10101111 0 100 10101 1101 110001 101010 1001110

Color Harmonies of #DED5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED5AF

Black with #DED5AF

Text Example


Text Example

White with #DED5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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