#DDD1AA

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

Shades of Sapling #DDD1AA

Tints of Sapling #DDD1AA

Color information

#DDD1AA (or 0xDDD1AA) is unknown color: approx Sapling. HEX triplet: DD, D1 and AA. RGB value is (221,209,170). Sum of RGB (Red+Green+Blue) = 221+209+170=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD1AA is #222E55. Grayscale: #D0D0D0. Windows color (decimal): -2240086 or 11194845. OLE color: 11194845.

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

Color convert

RGB221209170-
CMYK00.050.230.13
HSL45.88º42.86%76.67%-
HSV(B)45.88º23.08%86.67%-
XYZ59.8763.8847.2-
YUV208.14106.48137.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 209 (82.03% from 255) = 34.83%
BLUE value IS 170 (66.80% from 255) = 28.33%
R=36.83%
G=34.83%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120917000.050.230.1345.8842.8676.67
HexDDD1AA0517D2e2b4d
Octal3353212520527155653115
Binary11011101110100011010101001011011111011011101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1AA; }

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

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

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

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

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

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

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

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