#DDD4A6

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

Shades of Sapling #DDD4A6

Tints of Sapling #DDD4A6

Color information

#DDD4A6 (or 0xDDD4A6) is unknown color: approx Sapling. HEX triplet: DD, D4 and A6. RGB value is (221,212,166). Sum of RGB (Red+Green+Blue) = 221+212+166=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 166 (65.23% from 255 or 27.71% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD4A6 is #222B59. Grayscale: #D1D1D1. Windows color (decimal): -2239322 or 10933469. OLE color: 10933469.

HSL color Cylindrical-coordinate representation of color #DDD4A6: hue angle of 50.18º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDD4A6 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB221212166-
CMYK00.040.250.13
HSL50.18º44.72%75.88%-
HSV(B)50.18º24.89%86.67%-
XYZ60.2565.2145.49-
YUV209.45103.48136.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 212 (83.20% from 255) = 35.39%
BLUE value IS 166 (65.23% from 255) = 27.71%
R=36.89%
G=35.39%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121216600.040.250.1350.1844.7275.88
HexDDD4A60419D322d4c
Octal3353242460431156255114
Binary11011101110101001010011001001100111011100101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4A6; }

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

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

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

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

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

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

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

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