Shades of Sapling #DCD2A5
Tints of Sapling #DCD2A5
RGB
CMYK
RGB Variations
Color information
#DCD2A5 (or 0xDCD2A5) is known color: Sapling. HEX triplet: DC, D2 and A5. RGB value is (220,210,165). Sum of RGB (Red+Green+Blue) = 220+210+165=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD2A5 is #232D5A. Grayscale: #D0D0D0. Windows color (decimal): -2305371 or 10867420. OLE color: 10867420.
HSL color Cylindrical-coordinate representation of color #DCD2A5: hue angle of 49.09º 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 #DCD2A5 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 165 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.14 |
| HSL | 49.09º | 0.44% | 0.75% | - |
| HSV(B) | 49.09º | 0.25% | 0.86% | - |
| XYZ | 59.35 | 64.03 | 44.83 | - |
| YUV | 207.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 165 | 0 | 0.05 | 0.25 | 0.14 | 49.09 | 0.44 | 0.75 |
| Hex | DC | D2 | A5 | 0 | 5 | 19 | E | 31 | 2C | 4B |
| Octal | 334 | 322 | 245 | 0 | 5 | 31 | 16 | 61 | 54 | 113 |
| Binary | 11011100 | 11010010 | 10100101 | 0 | 101 | 11001 | 1110 | 110001 | 101100 | 1001011 |
Color Harmonies of #DCD2A5
Complementary color
Monochromatic Colors of #DCD2A5
Black with #DCD2A5
Text Example
Text Example
White with #DCD2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2A5; }
p { color: rgb(220,210,165); }
H1.HeaderClassName
{
color: #DCD2A5;
}
.AnyTagClassName
{
color: #DCD2A5;
}
</style>
background-color css
<style>
a { background-color: #DCD2A5; }
a { background-color: rgb(220,210,165); }
div.DivClassName
{
background-color: #DCD2A5;
}
.BgClassName
{
background-color: #DCD2A5;
}
</style>
border-color css
<style>
span { border-color: #DCD2A5; }
span { border-color: rgb(220,210,165); }
td.TdClassName
{
border-color: #DCD2A5;
}
.TagClassName
{
border-color: #DCD2A5;
}
</style>