#DDCFA9

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

Shades of Sapling #DDCFA9

Tints of Sapling #DDCFA9

Color information

#DDCFA9 (or 0xDDCFA9) is unknown color: approx Sapling. HEX triplet: DD, CF and A9. RGB value is (221,207,169). Sum of RGB (Red+Green+Blue) = 221+207+169=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 169 (66.41% from 255 or 28.31% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCFA9 is #223056. Grayscale: #CFCFCF. Windows color (decimal): -2240599 or 11128797. OLE color: 11128797.

HSL color Cylindrical-coordinate representation of color #DDCFA9: hue angle of 43.85º degrees, saturation: 0.43, 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 #DDCFA9 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB221207169-
CMYK00.060.240.13
HSL43.85º43.33%76.47%-
HSV(B)43.85º23.53%86.67%-
XYZ59.2962.8646.54-
YUV206.85106.64138.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 207 (81.25% from 255) = 34.67%
BLUE value IS 169 (66.41% from 255) = 28.31%
R=37.02%
G=34.67%
B=28.31%

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
Decimal22120716900.060.240.1343.8543.3376.47
HexDDCFA90618D2c2b4c
Octal3353172510630155453114
Binary11011101110011111010100101101100011011011001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFA9; }

 p { color: rgb(221,207,169); }

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

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

 a { background-color: rgb(221,207,169); }

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

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

 span { border-color: rgb(221,207,169); }

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