Shades of Sapling #DCCEA7
Tints of Sapling #DCCEA7
RGB
CMYK
RGB Variations
Color information
#DCCEA7 (or 0xDCCEA7) is known color: Sapling. HEX triplet: DC, CE and A7. RGB value is (220,206,167). Sum of RGB (Red+Green+Blue) = 220+206+167=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 167 (65.62% from 255 or 28.16% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCEA7 is #233158. Grayscale: #CDCDCD. Windows color (decimal): -2306393 or 10997468. OLE color: 10997468.
HSL color Cylindrical-coordinate representation of color #DCCEA7: hue angle of 44.15º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCCEA7 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 167 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.14 |
| HSL | 44.15º | 0.43% | 0.76% | - |
| HSV(B) | 44.15º | 0.24% | 0.86% | - |
| XYZ | 58.56 | 62.15 | 45.47 | - |
| YUV | 205.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 167 | 0 | 0.06 | 0.24 | 0.14 | 44.15 | 0.43 | 0.76 |
| Hex | DC | CE | A7 | 0 | 6 | 18 | E | 2C | 2B | 4C |
| Octal | 334 | 316 | 247 | 0 | 6 | 30 | 16 | 54 | 53 | 114 |
| Binary | 11011100 | 11001110 | 10100111 | 0 | 110 | 11000 | 1110 | 101100 | 101011 | 1001100 |
Color Harmonies of #DCCEA7
Complementary color
Monochromatic Colors of #DCCEA7
Black with #DCCEA7
Text Example
Text Example
White with #DCCEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEA7; }
p { color: rgb(220,206,167); }
H1.HeaderClassName
{
color: #DCCEA7;
}
.AnyTagClassName
{
color: #DCCEA7;
}
</style>
background-color css
<style>
a { background-color: #DCCEA7; }
a { background-color: rgb(220,206,167); }
div.DivClassName
{
background-color: #DCCEA7;
}
.BgClassName
{
background-color: #DCCEA7;
}
</style>
border-color css
<style>
span { border-color: #DCCEA7; }
span { border-color: rgb(220,206,167); }
td.TdClassName
{
border-color: #DCCEA7;
}
.TagClassName
{
border-color: #DCCEA7;
}
</style>