#DDD0A5

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

Shades of Sapling #DDD0A5

Tints of Sapling #DDD0A5

Color information

#DDD0A5 (or 0xDDD0A5) is unknown color: approx Sapling. HEX triplet: DD, D0 and A5. RGB value is (221,208,165). Sum of RGB (Red+Green+Blue) = 221+208+165=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD0A5 is #222F5A. Grayscale: #CFCFCF. Windows color (decimal): -2240347 or 10866909. OLE color: 10866909.

HSL color Cylindrical-coordinate representation of color #DDD0A5: hue angle of 46.07º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDD0A5 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB221208165-
CMYK00.060.250.13
HSL46.07º45.16%75.69%-
HSV(B)46.07º25.34%86.67%-
XYZ59.1763.244.68-
YUV206.98104.31138-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 208 (81.64% from 255) = 35.02%
BLUE value IS 165 (64.84% from 255) = 27.78%
R=37.21%
G=35.02%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120816500.060.250.1346.0745.1675.69
HexDDD0A50619D2e2d4c
Octal3353202450631155655114
Binary11011101110100001010010101101100111011011101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0A5; }

 p { color: rgb(221,208,165); }

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

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

 a { background-color: rgb(221,208,165); }

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

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

 span { border-color: rgb(221,208,165); }

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