#DDD1AC

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

Shades of Sapling #DDD1AC

Tints of Sapling #DDD1AC

Color information

#DDD1AC (or 0xDDD1AC) is unknown color: approx Sapling. HEX triplet: DD, D1 and AC. RGB value is (221,209,172). Sum of RGB (Red+Green+Blue) = 221+209+172=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD1AC is #222E53. Grayscale: #D0D0D0. Windows color (decimal): -2240084 or 11325917. OLE color: 11325917.

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

Color convert

RGB221209172-
CMYK00.050.220.13
HSL45.31º41.88%77.06%-
HSV(B)45.31º22.17%86.67%-
XYZ60.0763.9548.21-
YUV208.37107.48137.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 209 (82.03% from 255) = 34.72%
BLUE value IS 172 (67.58% from 255) = 28.57%
R=36.71%
G=34.72%
B=28.57%

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
Decimal22120917200.050.220.1345.3141.8877.06
HexDDD1AC0516D2d2a4d
Octal3353212540526155552115
Binary11011101110100011010110001011011011011011011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1AC; }

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

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

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

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

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

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

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

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