#DDD3AC

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

Shades of Sapling #DDD3AC

Tints of Sapling #DDD3AC

Color information

#DDD3AC (or 0xDDD3AC) is unknown color: approx Sapling. HEX triplet: DD, D3 and AC. RGB value is (221,211,172). Sum of RGB (Red+Green+Blue) = 221+211+172=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD3AC is #222C53. Grayscale: #D1D1D1. Windows color (decimal): -2239572 or 11326429. OLE color: 11326429.

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

Color convert

RGB221211172-
CMYK00.050.220.13
HSL47.76º41.88%77.06%-
HSV(B)47.76º22.17%86.67%-
XYZ60.5664.9448.37-
YUV209.54106.81136.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 211 (82.81% from 255) = 34.93%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=36.59%
G=34.93%
B=28.48%

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
Decimal22121117200.050.220.1347.7641.8877.06
HexDDD3AC0516D302a4d
Octal3353232540526156052115
Binary11011101110100111010110001011011011011100001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3AC; }

 p { color: rgb(221,211,172); }

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

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

 a { background-color: rgb(221,211,172); }

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

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

 span { border-color: rgb(221,211,172); }

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