Shades of Sapling #DDCEA3
Tints of Sapling #DDCEA3
RGB
CMYK
RGB Variations
Color information
#DDCEA3 (or 0xDDCEA3) is known color: Sapling. HEX triplet: DD, CE and A3. RGB value is (221,206,163). Sum of RGB (Red+Green+Blue) = 221+206+163=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEA3 is #22315C. Grayscale: #CDCDCD. Windows color (decimal): -2240861 or 10735325. OLE color: 10735325.
HSL color Cylindrical-coordinate representation of color #DDCEA3: hue angle of 44.48º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDCEA3 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 163 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.13 |
| HSL | 44.48º | 0.46% | 0.75% | - |
| HSV(B) | 44.48º | 0.26% | 0.87% | - |
| XYZ | 58.5 | 62.16 | 43.56 | - |
| YUV | 205.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 163 | 0 | 0.07 | 0.26 | 0.13 | 44.48 | 0.46 | 0.75 |
| Hex | DD | CE | A3 | 0 | 7 | 1A | D | 2C | 2E | 4B |
| Octal | 335 | 316 | 243 | 0 | 7 | 32 | 15 | 54 | 56 | 113 |
| Binary | 11011101 | 11001110 | 10100011 | 0 | 111 | 11010 | 1101 | 101100 | 101110 | 1001011 |
Color Harmonies of #DDCEA3
Complementary color
Monochromatic Colors of #DDCEA3
Black with #DDCEA3
Text Example
Text Example
White with #DDCEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEA3; }
p { color: rgb(221,206,163); }
H1.HeaderClassName
{
color: #DDCEA3;
}
.AnyTagClassName
{
color: #DDCEA3;
}
</style>
background-color css
<style>
a { background-color: #DDCEA3; }
a { background-color: rgb(221,206,163); }
div.DivClassName
{
background-color: #DDCEA3;
}
.BgClassName
{
background-color: #DDCEA3;
}
</style>
border-color css
<style>
span { border-color: #DDCEA3; }
span { border-color: rgb(221,206,163); }
td.TdClassName
{
border-color: #DDCEA3;
}
.TagClassName
{
border-color: #DDCEA3;
}
</style>