Html Css Color HEX #DED3A5 Sapling

📋 copy color: '#DED3A5'

red 222 ◦ green 211 ◦ blue 165

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

Shades of Sapling #DED3A5

Tints of Sapling #DED3A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.59%

R = 37.12%
G = 35.28%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DED3A5 (or 0xDED3A5) is known color: Sapling. HEX triplet: DE, D3 and A5. RGB value is (222,211,165). Sum of RGB (Red+Green+Blue) = 222+211+165=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 165 (64.84% from 255 or 27.59% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED3A5 is #212C5A. Grayscale: #D1D1D1. Windows color (decimal): -2174043 or 10867678. OLE color: 10867678.

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

Color convert

RGB 222 211 165 -
CMYK 0 0.05 0.26 0.13
HSL 48.42º 0.46% 0.76% -
HSV(B) 48.42º 0.26% 0.87% -
XYZ 60.21 64.83 44.94 -
YUV 209.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 222 211 165 0 0.05 0.26 0.13 48.42 0.46 0.76
Hex DE D3 A5 0 5 1A D 30 2E 4C
Octal 336 323 245 0 5 32 15 60 56 114
Binary 11011110 11010011 10100101 0 101 11010 1101 110000 101110 1001100

Color Harmonies of #DED3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED3A5

Black with #DED3A5

Text Example


Text Example

White with #DED3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED3A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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