#DDD1A4

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

Shades of Sapling #DDD1A4

Tints of Sapling #DDD1A4

Color information

#DDD1A4 (or 0xDDD1A4) is unknown color: approx Sapling. HEX triplet: DD, D1 and A4. RGB value is (221,209,164). Sum of RGB (Red+Green+Blue) = 221+209+164=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 164 (64.45% from 255 or 27.61% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD1A4 is #222E5B. Grayscale: #CFCFCF. Windows color (decimal): -2240092 or 10801629. OLE color: 10801629.

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

Color convert

RGB221209164-
CMYK00.050.260.13
HSL47.37º45.6%75.49%-
HSV(B)47.37º25.79%86.67%-
XYZ59.3263.6544.28-
YUV207.46103.48137.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 209 (82.03% from 255) = 35.19%
BLUE value IS 164 (64.45% from 255) = 27.61%
R=37.21%
G=35.19%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120916400.050.260.1347.3745.675.49
HexDDD1A4051AD2f2e4b
Octal3353212440532155756113
Binary11011101110100011010010001011101011011011111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1A4; }

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

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

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

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

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

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

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

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