Shades of Sapling #DCD2AD
Tints of Sapling #DCD2AD
RGB
CMYK
RGB Variations
Color information
#DCD2AD (or 0xDCD2AD) is known color: Sapling. HEX triplet: DC, D2 and AD. RGB value is (220,210,173). Sum of RGB (Red+Green+Blue) = 220+210+173=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD2AD is #232D52. Grayscale: #D0D0D0. Windows color (decimal): -2305363 or 11391708. OLE color: 11391708.
HSL color Cylindrical-coordinate representation of color #DCD2AD: hue angle of 47.23º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCD2AD is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 173 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.14 |
| HSL | 47.23º | 0.4% | 0.77% | - |
| HSV(B) | 47.23º | 0.21% | 0.86% | - |
| XYZ | 60.1 | 64.33 | 48.78 | - |
| YUV | 208.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 173 | 0 | 0.05 | 0.21 | 0.14 | 47.23 | 0.4 | 0.77 |
| Hex | DC | D2 | AD | 0 | 5 | 15 | E | 2F | 28 | 4D |
| Octal | 334 | 322 | 255 | 0 | 5 | 25 | 16 | 57 | 50 | 115 |
| Binary | 11011100 | 11010010 | 10101101 | 0 | 101 | 10101 | 1110 | 101111 | 101000 | 1001101 |
Color Harmonies of #DCD2AD
Complementary color
Monochromatic Colors of #DCD2AD
Black with #DCD2AD
Text Example
Text Example
White with #DCD2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2AD; }
p { color: rgb(220,210,173); }
H1.HeaderClassName
{
color: #DCD2AD;
}
.AnyTagClassName
{
color: #DCD2AD;
}
</style>
background-color css
<style>
a { background-color: #DCD2AD; }
a { background-color: rgb(220,210,173); }
div.DivClassName
{
background-color: #DCD2AD;
}
.BgClassName
{
background-color: #DCD2AD;
}
</style>
border-color css
<style>
span { border-color: #DCD2AD; }
span { border-color: rgb(220,210,173); }
td.TdClassName
{
border-color: #DCD2AD;
}
.TagClassName
{
border-color: #DCD2AD;
}
</style>