Shades of Sapling #DCCEA3
Tints of Sapling #DCCEA3
RGB
CMYK
RGB Variations
Color information
#DCCEA3 (or 0xDCCEA3) is known color: Sapling. HEX triplet: DC, CE and A3. RGB value is (220,206,163). Sum of RGB (Red+Green+Blue) = 220+206+163=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCEA3 is #23315C. Grayscale: #CDCDCD. Windows color (decimal): -2306397 or 10735324. OLE color: 10735324.
HSL color Cylindrical-coordinate representation of color #DCCEA3: hue angle of 45.26º 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 #DCCEA3 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 163 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.14 |
| HSL | 45.26º | 0.45% | 0.75% | - |
| HSV(B) | 45.26º | 0.26% | 0.86% | - |
| XYZ | 58.2 | 62 | 43.55 | - |
| YUV | 205.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 163 | 0 | 0.06 | 0.26 | 0.14 | 45.26 | 0.45 | 0.75 |
| Hex | DC | CE | A3 | 0 | 6 | 1A | E | 2D | 2D | 4B |
| Octal | 334 | 316 | 243 | 0 | 6 | 32 | 16 | 55 | 55 | 113 |
| Binary | 11011100 | 11001110 | 10100011 | 0 | 110 | 11010 | 1110 | 101101 | 101101 | 1001011 |
Color Harmonies of #DCCEA3
Complementary color
Monochromatic Colors of #DCCEA3
Black with #DCCEA3
Text Example
Text Example
White with #DCCEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEA3; }
p { color: rgb(220,206,163); }
H1.HeaderClassName
{
color: #DCCEA3;
}
.AnyTagClassName
{
color: #DCCEA3;
}
</style>
background-color css
<style>
a { background-color: #DCCEA3; }
a { background-color: rgb(220,206,163); }
div.DivClassName
{
background-color: #DCCEA3;
}
.BgClassName
{
background-color: #DCCEA3;
}
</style>
border-color css
<style>
span { border-color: #DCCEA3; }
span { border-color: rgb(220,206,163); }
td.TdClassName
{
border-color: #DCCEA3;
}
.TagClassName
{
border-color: #DCCEA3;
}
</style>