#DDD2AB

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

Shades of Sapling #DDD2AB

Tints of Sapling #DDD2AB

Color information

#DDD2AB (or 0xDDD2AB) is unknown color: approx Sapling. HEX triplet: DD, D2 and AB. RGB value is (221,210,171). Sum of RGB (Red+Green+Blue) = 221+210+171=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD2AB is #222D54. Grayscale: #D1D1D1. Windows color (decimal): -2239829 or 11260637. OLE color: 11260637.

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

Color convert

RGB221210171-
CMYK00.050.230.13
HSL46.8º42.37%76.86%-
HSV(B)46.8º22.62%86.67%-
XYZ60.2264.4147.79-
YUV208.84106.64136.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 210 (82.42% from 255) = 34.88%
BLUE value IS 171 (67.19% from 255) = 28.41%
R=36.71%
G=34.88%
B=28.41%

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
Decimal22121017100.050.230.1346.842.3776.86
HexDDD2AB0517D2f2a4d
Octal3353222530527155752115
Binary11011101110100101010101101011011111011011111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2AB; }

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

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

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

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

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

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

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

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