#DDD4AB

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

Shades of Sapling #DDD4AB

Tints of Sapling #DDD4AB

Color information

#DDD4AB (or 0xDDD4AB) is unknown color: approx Sapling. HEX triplet: DD, D4 and AB. RGB value is (221,212,171). Sum of RGB (Red+Green+Blue) = 221+212+171=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD4AB is #222B54. Grayscale: #D2D2D2. Windows color (decimal): -2239317 or 11261149. OLE color: 11261149.

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

Color convert

RGB221212171-
CMYK00.040.230.13
HSL49.2º42.37%76.86%-
HSV(B)49.2º22.62%86.67%-
XYZ60.7165.447.95-
YUV210.02105.98135.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 212 (83.20% from 255) = 35.10%
BLUE value IS 171 (67.19% from 255) = 28.31%
R=36.59%
G=35.10%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121217100.040.230.1349.242.3776.86
HexDDD4AB0417D312a4d
Octal3353242530427156152115
Binary11011101110101001010101101001011111011100011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4AB; }

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

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

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

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

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

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

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

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