Shades of Sapling #DCCEA5
Tints of Sapling #DCCEA5
RGB
CMYK
RGB Variations
Color information
#DCCEA5 (or 0xDCCEA5) is known color: Sapling. HEX triplet: DC, CE and A5. RGB value is (220,206,165). Sum of RGB (Red+Green+Blue) = 220+206+165=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCEA5 is #23315A. Grayscale: #CDCDCD. Windows color (decimal): -2306395 or 10866396. OLE color: 10866396.
HSL color Cylindrical-coordinate representation of color #DCCEA5: hue angle of 44.73º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCCEA5 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 165 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.14 |
| HSL | 44.73º | 0.44% | 0.75% | - |
| HSV(B) | 44.73º | 0.25% | 0.86% | - |
| XYZ | 58.38 | 62.07 | 44.5 | - |
| YUV | 205.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 165 | 0 | 0.06 | 0.25 | 0.14 | 44.73 | 0.44 | 0.75 |
| Hex | DC | CE | A5 | 0 | 6 | 19 | E | 2D | 2C | 4B |
| Octal | 334 | 316 | 245 | 0 | 6 | 31 | 16 | 55 | 54 | 113 |
| Binary | 11011100 | 11001110 | 10100101 | 0 | 110 | 11001 | 1110 | 101101 | 101100 | 1001011 |
Color Harmonies of #DCCEA5
Complementary color
Monochromatic Colors of #DCCEA5
Black with #DCCEA5
Text Example
Text Example
White with #DCCEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEA5; }
p { color: rgb(220,206,165); }
H1.HeaderClassName
{
color: #DCCEA5;
}
.AnyTagClassName
{
color: #DCCEA5;
}
</style>
background-color css
<style>
a { background-color: #DCCEA5; }
a { background-color: rgb(220,206,165); }
div.DivClassName
{
background-color: #DCCEA5;
}
.BgClassName
{
background-color: #DCCEA5;
}
</style>
border-color css
<style>
span { border-color: #DCCEA5; }
span { border-color: rgb(220,206,165); }
td.TdClassName
{
border-color: #DCCEA5;
}
.TagClassName
{
border-color: #DCCEA5;
}
</style>