#DDCFA6

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

Shades of Sapling #DDCFA6

Tints of Sapling #DDCFA6

Color information

#DDCFA6 (or 0xDDCFA6) is unknown color: approx Sapling. HEX triplet: DD, CF and A6. RGB value is (221,207,166). Sum of RGB (Red+Green+Blue) = 221+207+166=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCFA6 is #223059. Grayscale: #CECECE. Windows color (decimal): -2240602 or 10932189. OLE color: 10932189.

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

Color convert

RGB221207166-
CMYK00.060.250.13
HSL44.73º44.72%75.88%-
HSV(B)44.73º24.89%86.67%-
XYZ59.0162.7545.08-
YUV206.51105.14138.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 166 (65.23% from 255) = 27.95%
R=37.21%
G=34.85%
B=27.95%

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
Decimal22120716600.060.250.1344.7344.7275.88
HexDDCFA60619D2d2d4c
Octal3353172460631155555114
Binary11011101110011111010011001101100111011011011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFA6; }

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

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

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

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

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

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

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

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