Shades of Sapling #DFD1A4
Tints of Sapling #DFD1A4
RGB
CMYK
RGB Variations
Color information
#DFD1A4 (or 0xDFD1A4) is known color: Sapling. HEX triplet: DF, D1 and A4. RGB value is (223,209,164). Sum of RGB (Red+Green+Blue) = 223+209+164=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 164 (64.45% from 255 or 27.52% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD1A4 is #202E5B. Grayscale: #D0D0D0. Windows color (decimal): -2109020 or 10801631. OLE color: 10801631.
HSL color Cylindrical-coordinate representation of color #DFD1A4: hue angle of 45.76º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFD1A4 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 164 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.13 |
| HSL | 45.76º | 0.48% | 0.76% | - |
| HSV(B) | 45.76º | 0.26% | 0.87% | - |
| XYZ | 59.93 | 63.97 | 44.31 | - |
| YUV | 208.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 164 | 0 | 0.06 | 0.26 | 0.13 | 45.76 | 0.48 | 0.76 |
| Hex | DF | D1 | A4 | 0 | 6 | 1A | D | 2E | 30 | 4C |
| Octal | 337 | 321 | 244 | 0 | 6 | 32 | 15 | 56 | 60 | 114 |
| Binary | 11011111 | 11010001 | 10100100 | 0 | 110 | 11010 | 1101 | 101110 | 110000 | 1001100 |
Color Harmonies of #DFD1A4
Complementary color
Monochromatic Colors of #DFD1A4
Black with #DFD1A4
Text Example
Text Example
White with #DFD1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1A4; }
p { color: rgb(223,209,164); }
H1.HeaderClassName
{
color: #DFD1A4;
}
.AnyTagClassName
{
color: #DFD1A4;
}
</style>
background-color css
<style>
a { background-color: #DFD1A4; }
a { background-color: rgb(223,209,164); }
div.DivClassName
{
background-color: #DFD1A4;
}
.BgClassName
{
background-color: #DFD1A4;
}
</style>
border-color css
<style>
span { border-color: #DFD1A4; }
span { border-color: rgb(223,209,164); }
td.TdClassName
{
border-color: #DFD1A4;
}
.TagClassName
{
border-color: #DFD1A4;
}
</style>