Shades of Sapling #DCD1A5
Tints of Sapling #DCD1A5
RGB
CMYK
RGB Variations
Color information
#DCD1A5 (or 0xDCD1A5) is known color: Sapling. HEX triplet: DC, D1 and A5. RGB value is (220,209,165). Sum of RGB (Red+Green+Blue) = 220+209+165=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD1A5 is #232E5A. Grayscale: #CFCFCF. Windows color (decimal): -2305627 or 10867164. OLE color: 10867164.
HSL color Cylindrical-coordinate representation of color #DCD1A5: hue angle of 48º 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 #DCD1A5 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 165 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.14 |
| HSL | 48º | 0.44% | 0.75% | - |
| HSV(B) | 48º | 0.25% | 0.86% | - |
| XYZ | 59.11 | 63.53 | 44.75 | - |
| YUV | 207.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 165 | 0 | 0.05 | 0.25 | 0.14 | 48 | 0.44 | 0.75 |
| Hex | DC | D1 | A5 | 0 | 5 | 19 | E | 30 | 2C | 4B |
| Octal | 334 | 321 | 245 | 0 | 5 | 31 | 16 | 60 | 54 | 113 |
| Binary | 11011100 | 11010001 | 10100101 | 0 | 101 | 11001 | 1110 | 110000 | 101100 | 1001011 |
Color Harmonies of #DCD1A5
Complementary color
Monochromatic Colors of #DCD1A5
Black with #DCD1A5
Text Example
Text Example
White with #DCD1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1A5; }
p { color: rgb(220,209,165); }
H1.HeaderClassName
{
color: #DCD1A5;
}
.AnyTagClassName
{
color: #DCD1A5;
}
</style>
background-color css
<style>
a { background-color: #DCD1A5; }
a { background-color: rgb(220,209,165); }
div.DivClassName
{
background-color: #DCD1A5;
}
.BgClassName
{
background-color: #DCD1A5;
}
</style>
border-color css
<style>
span { border-color: #DCD1A5; }
span { border-color: rgb(220,209,165); }
td.TdClassName
{
border-color: #DCD1A5;
}
.TagClassName
{
border-color: #DCD1A5;
}
</style>