#DDD4AC

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

Shades of Sapling #DDD4AC

Tints of Sapling #DDD4AC

Color information

#DDD4AC (or 0xDDD4AC) is unknown color: approx Sapling. HEX triplet: DD, D4 and AC. RGB value is (221,212,172). Sum of RGB (Red+Green+Blue) = 221+212+172=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD4AC is #222B53. Grayscale: #D2D2D2. Windows color (decimal): -2239316 or 11326685. OLE color: 11326685.

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

Color convert

RGB221212172-
CMYK00.040.220.13
HSL48.98º41.88%77.06%-
HSV(B)48.98º22.17%86.67%-
XYZ60.8165.4448.46-
YUV210.13106.48135.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 212 (83.20% from 255) = 35.04%
BLUE value IS 172 (67.58% from 255) = 28.43%
R=36.53%
G=35.04%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121217200.040.220.1348.9841.8877.06
HexDDD4AC0416D312a4d
Octal3353242540426156152115
Binary11011101110101001010110001001011011011100011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4AC; }

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

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

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

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

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

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

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

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