#DDD1A1

Color #DDD1A1 Sapling (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapling #DDD1A1

Tints of Sapling #DDD1A1

Color information

#DDD1A1 (or 0xDDD1A1) is unknown color: approx Sapling. HEX triplet: DD, D1 and A1. RGB value is (221,209,161). Sum of RGB (Red+Green+Blue) = 221+209+161=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD1A1 is #222E5E. Grayscale: #CFCFCF. Windows color (decimal): -2240095 or 10605021. OLE color: 10605021.

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

Color convert

RGB221209161-
CMYK00.050.270.13
HSL48º46.88%74.9%-
HSV(B)48º27.15%86.67%-
XYZ59.0563.5542.87-
YUV207.12101.98137.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 209 (82.03% from 255) = 35.36%
BLUE value IS 161 (63.28% from 255) = 27.24%
R=37.39%
G=35.36%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120916100.050.270.134846.8874.9
HexDDD1A1051BD302f4b
Octal3353212410533156057113
Binary11011101110100011010000101011101111011100001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1A1; }

 p { color: rgb(221,209,161); }

 H1.HeaderClassName
 {
   color: #DDD1A1;
 }
 .AnyTagClassName
 {
   color: #DDD1A1;
 }
</style>
background-color css

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

 a { background-color: rgb(221,209,161); }

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

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

 span { border-color: rgb(221,209,161); }

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