Shades of Sapling #DCCDA4
Tints of Sapling #DCCDA4
RGB
CMYK
RGB Variations
Color information
#DCCDA4 (or 0xDCCDA4) is known color: Sapling. HEX triplet: DC, CD and A4. RGB value is (220,205,164). Sum of RGB (Red+Green+Blue) = 220+205+164=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCDA4 is #23325B. Grayscale: #CCCCCC. Windows color (decimal): -2306652 or 10800604. OLE color: 10800604.
HSL color Cylindrical-coordinate representation of color #DCCDA4: hue angle of 43.93º 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 #DCCDA4 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 164 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.14 |
| HSL | 43.93º | 0.44% | 0.75% | - |
| HSV(B) | 43.93º | 0.25% | 0.86% | - |
| XYZ | 58.05 | 61.56 | 43.94 | - |
| YUV | 204.81 | 104.97 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 164 | 0 | 0.07 | 0.25 | 0.14 | 43.93 | 0.44 | 0.75 |
| Hex | DC | CD | A4 | 0 | 7 | 19 | E | 2C | 2C | 4B |
| Octal | 334 | 315 | 244 | 0 | 7 | 31 | 16 | 54 | 54 | 113 |
| Binary | 11011100 | 11001101 | 10100100 | 0 | 111 | 11001 | 1110 | 101100 | 101100 | 1001011 |
Color Harmonies of #DCCDA4
Complementary color
Monochromatic Colors of #DCCDA4
Black with #DCCDA4
Text Example
Text Example
White with #DCCDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDA4; }
p { color: rgb(220,205,164); }
H1.HeaderClassName
{
color: #DCCDA4;
}
.AnyTagClassName
{
color: #DCCDA4;
}
</style>
background-color css
<style>
a { background-color: #DCCDA4; }
a { background-color: rgb(220,205,164); }
div.DivClassName
{
background-color: #DCCDA4;
}
.BgClassName
{
background-color: #DCCDA4;
}
</style>
border-color css
<style>
span { border-color: #DCCDA4; }
span { border-color: rgb(220,205,164); }
td.TdClassName
{
border-color: #DCCDA4;
}
.TagClassName
{
border-color: #DCCDA4;
}
</style>