#DDD2AD

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

Shades of Sapling #DDD2AD

Tints of Sapling #DDD2AD

Color information

#DDD2AD (or 0xDDD2AD) is unknown color: approx Sapling. HEX triplet: DD, D2 and AD. RGB value is (221,210,173). Sum of RGB (Red+Green+Blue) = 221+210+173=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD2AD is #222D52. Grayscale: #D1D1D1. Windows color (decimal): -2239827 or 11391709. OLE color: 11391709.

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

Color convert

RGB221210173-
CMYK00.050.220.13
HSL46.25º41.38%77.25%-
HSV(B)46.25º21.72%86.67%-
XYZ60.4164.4848.8-
YUV209.07107.64136.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 210 (82.42% from 255) = 34.77%
BLUE value IS 173 (67.97% from 255) = 28.64%
R=36.59%
G=34.77%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121017300.050.220.1346.2541.3877.25
HexDDD2AD0516D2e294d
Octal3353222550526155651115
Binary11011101110100101010110101011011011011011101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2AD; }

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

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

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

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

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

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

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

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