Html Css Color HEX #DED1A5 Sapling

📋 copy color: '#DED1A5'

red 222 ◦ green 209 ◦ blue 165

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

Shades of Sapling #DED1A5

Tints of Sapling #DED1A5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.07%

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

R = 37.25%
G = 35.07%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DED1A5 (or 0xDED1A5) is known color: Sapling. HEX triplet: DE, D1 and A5. RGB value is (222,209,165). Sum of RGB (Red+Green+Blue) = 222+209+165=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 165 (64.84% from 255 or 27.68% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED1A5 is #212E5A. Grayscale: #D0D0D0. Windows color (decimal): -2174555 or 10867166. OLE color: 10867166.

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

Color convert

RGB 222 209 165 -
CMYK 0 0.06 0.26 0.13
HSL 46.32º 0.46% 0.76% -
HSV(B) 46.32º 0.26% 0.87% -
XYZ 59.72 63.85 44.77 -
YUV 207.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 222 209 165 0 0.06 0.26 0.13 46.32 0.46 0.76
Hex DE D1 A5 0 6 1A D 2E 2E 4C
Octal 336 321 245 0 6 32 15 56 56 114
Binary 11011110 11010001 10100101 0 110 11010 1101 101110 101110 1001100

Color Harmonies of #DED1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED1A5

Black with #DED1A5

Text Example


Text Example

White with #DED1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED1A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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