#DDD2AE

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

Shades of Sapling #DDD2AE

Tints of Sapling #DDD2AE

Color information

#DDD2AE (or 0xDDD2AE) is unknown color: approx Sapling. HEX triplet: DD, D2 and AE. RGB value is (221,210,174). Sum of RGB (Red+Green+Blue) = 221+210+174=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD2AE is #222D51. Grayscale: #D1D1D1. Windows color (decimal): -2239826 or 11457245. OLE color: 11457245.

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

Color convert

RGB221210174-
CMYK00.050.210.13
HSL45.96º40.87%77.45%-
HSV(B)45.96º21.27%86.67%-
XYZ60.5164.5249.31-
YUV209.18108.14136.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 210 (82.42% from 255) = 34.71%
BLUE value IS 174 (68.36% from 255) = 28.76%
R=36.53%
G=34.71%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121017400.050.210.1345.9640.8777.45
HexDDD2AE0515D2e294d
Octal3353222560525155651115
Binary11011101110100101010111001011010111011011101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2AE; }

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

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

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

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

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

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

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

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