#DDD1AB

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

Shades of Sapling #DDD1AB

Tints of Sapling #DDD1AB

Color information

#DDD1AB (or 0xDDD1AB) is unknown color: approx Sapling. HEX triplet: DD, D1 and AB. RGB value is (221,209,171). Sum of RGB (Red+Green+Blue) = 221+209+171=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD1AB is #222E54. Grayscale: #D0D0D0. Windows color (decimal): -2240085 or 11260381. OLE color: 11260381.

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

Color convert

RGB221209171-
CMYK00.050.230.13
HSL45.6º42.37%76.86%-
HSV(B)45.6º22.62%86.67%-
XYZ59.9763.9147.7-
YUV208.26106.98137.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 209 (82.03% from 255) = 34.78%
BLUE value IS 171 (67.19% from 255) = 28.45%
R=36.77%
G=34.78%
B=28.45%

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
Decimal22120917100.050.230.1345.642.3776.86
HexDDD1AB0517D2e2a4d
Octal3353212530527155652115
Binary11011101110100011010101101011011111011011101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1AB; }

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

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

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

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

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

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

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

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