Shades of Sapling #DCCFA3
Tints of Sapling #DCCFA3
RGB
CMYK
RGB Variations
Color information
#DCCFA3 (or 0xDCCFA3) is known color: Sapling. HEX triplet: DC, CF and A3. RGB value is (220,207,163). Sum of RGB (Red+Green+Blue) = 220+207+163=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCFA3 is #23305C. Grayscale: #CECECE. Windows color (decimal): -2306141 or 10735580. OLE color: 10735580.
HSL color Cylindrical-coordinate representation of color #DCCFA3: hue angle of 46.32º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCCFA3 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 163 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.14 |
| HSL | 46.32º | 0.45% | 0.75% | - |
| HSV(B) | 46.32º | 0.26% | 0.86% | - |
| XYZ | 58.44 | 62.49 | 43.63 | - |
| YUV | 205.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 163 | 0 | 0.06 | 0.26 | 0.14 | 46.32 | 0.45 | 0.75 |
| Hex | DC | CF | A3 | 0 | 6 | 1A | E | 2E | 2D | 4B |
| Octal | 334 | 317 | 243 | 0 | 6 | 32 | 16 | 56 | 55 | 113 |
| Binary | 11011100 | 11001111 | 10100011 | 0 | 110 | 11010 | 1110 | 101110 | 101101 | 1001011 |
Color Harmonies of #DCCFA3
Complementary color
Monochromatic Colors of #DCCFA3
Black with #DCCFA3
Text Example
Text Example
White with #DCCFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFA3; }
p { color: rgb(220,207,163); }
H1.HeaderClassName
{
color: #DCCFA3;
}
.AnyTagClassName
{
color: #DCCFA3;
}
</style>
background-color css
<style>
a { background-color: #DCCFA3; }
a { background-color: rgb(220,207,163); }
div.DivClassName
{
background-color: #DCCFA3;
}
.BgClassName
{
background-color: #DCCFA3;
}
</style>
border-color css
<style>
span { border-color: #DCCFA3; }
span { border-color: rgb(220,207,163); }
td.TdClassName
{
border-color: #DCCFA3;
}
.TagClassName
{
border-color: #DCCFA3;
}
</style>