Shades of Sapling #DCD2AF
Tints of Sapling #DCD2AF
RGB
CMYK
RGB Variations
Color information
#DCD2AF (or 0xDCD2AF) is known color: Sapling. HEX triplet: DC, D2 and AF. RGB value is (220,210,175). Sum of RGB (Red+Green+Blue) = 220+210+175=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD2AF is #232D50. Grayscale: #D1D1D1. Windows color (decimal): -2305361 or 11522780. OLE color: 11522780.
HSL color Cylindrical-coordinate representation of color #DCD2AF: hue angle of 46.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCD2AF is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 175 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.14 |
| HSL | 46.67º | 0.39% | 0.77% | - |
| HSV(B) | 46.67º | 0.2% | 0.86% | - |
| XYZ | 60.3 | 64.4 | 49.81 | - |
| YUV | 209 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 175 | 0 | 0.05 | 0.20 | 0.14 | 46.67 | 0.39 | 0.77 |
| Hex | DC | D2 | AF | 0 | 5 | 14 | E | 2F | 27 | 4D |
| Octal | 334 | 322 | 257 | 0 | 5 | 24 | 16 | 57 | 47 | 115 |
| Binary | 11011100 | 11010010 | 10101111 | 0 | 101 | 10100 | 1110 | 101111 | 100111 | 1001101 |
Color Harmonies of #DCD2AF
Complementary color
Monochromatic Colors of #DCD2AF
Black with #DCD2AF
Text Example
Text Example
White with #DCD2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2AF; }
p { color: rgb(220,210,175); }
H1.HeaderClassName
{
color: #DCD2AF;
}
.AnyTagClassName
{
color: #DCD2AF;
}
</style>
background-color css
<style>
a { background-color: #DCD2AF; }
a { background-color: rgb(220,210,175); }
div.DivClassName
{
background-color: #DCD2AF;
}
.BgClassName
{
background-color: #DCD2AF;
}
</style>
border-color css
<style>
span { border-color: #DCD2AF; }
span { border-color: rgb(220,210,175); }
td.TdClassName
{
border-color: #DCD2AF;
}
.TagClassName
{
border-color: #DCD2AF;
}
</style>