Html Css Color HEX #DED3AF Sapling

📋 copy color: '#DED3AF'

red 222 ◦ green 211 ◦ blue 175

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

Shades of Sapling #DED3AF

Tints of Sapling #DED3AF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.7%

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

R = 36.51%
G = 34.7%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DED3AF (or 0xDED3AF) is known color: Sapling. HEX triplet: DE, D3 and AF. RGB value is (222,211,175). Sum of RGB (Red+Green+Blue) = 222+211+175=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED3AF is #212C50. Grayscale: #D2D2D2. Windows color (decimal): -2174033 or 11523038. OLE color: 11523038.

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

Color convert

RGB 222 211 175 -
CMYK 0 0.05 0.21 0.13
HSL 45.96º 0.42% 0.78% -
HSV(B) 45.96º 0.21% 0.87% -
XYZ 61.16 65.21 49.92 -
YUV 210.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 222 211 175 0 0.05 0.21 0.13 45.96 0.42 0.78
Hex DE D3 AF 0 5 15 D 2E 2A 4E
Octal 336 323 257 0 5 25 15 56 52 116
Binary 11011110 11010011 10101111 0 101 10101 1101 101110 101010 1001110

Color Harmonies of #DED3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED3AF

Black with #DED3AF

Text Example


Text Example

White with #DED3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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