#DDD0A7

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

Shades of Sapling #DDD0A7

Tints of Sapling #DDD0A7

Color information

#DDD0A7 (or 0xDDD0A7) is unknown color: approx Sapling. HEX triplet: DD, D0 and A7. RGB value is (221,208,167). Sum of RGB (Red+Green+Blue) = 221+208+167=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 167 (65.62% from 255 or 28.02% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD0A7 is #222F58. Grayscale: #CFCFCF. Windows color (decimal): -2240345 or 10997981. OLE color: 10997981.

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

Color convert

RGB221208167-
CMYK00.060.240.13
HSL45.56º44.26%76.08%-
HSV(B)45.56º24.43%86.67%-
XYZ59.3563.2745.64-
YUV207.21105.31137.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 208 (81.64% from 255) = 34.90%
BLUE value IS 167 (65.62% from 255) = 28.02%
R=37.08%
G=34.90%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120816700.060.240.1345.5644.2676.08
HexDDD0A70618D2e2c4c
Octal3353202470630155654114
Binary11011101110100001010011101101100011011011101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0A7; }

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

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

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

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

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

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

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

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