Shades of Sapling #DFD1A5
Tints of Sapling #DFD1A5
RGB
CMYK
RGB Variations
Color information
#DFD1A5 (or 0xDFD1A5) is known color: Sapling. HEX triplet: DF, D1 and A5. RGB value is (223,209,165). Sum of RGB (Red+Green+Blue) = 223+209+165=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD1A5 is #202E5A. Grayscale: #D0D0D0. Windows color (decimal): -2109019 or 10867167. OLE color: 10867167.
HSL color Cylindrical-coordinate representation of color #DFD1A5: hue angle of 45.52º 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 #DFD1A5 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 165 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.13 |
| HSL | 45.52º | 0.48% | 0.76% | - |
| HSV(B) | 45.52º | 0.26% | 0.87% | - |
| XYZ | 60.02 | 64.01 | 44.79 | - |
| YUV | 208.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 165 | 0 | 0.06 | 0.26 | 0.13 | 45.52 | 0.48 | 0.76 |
| Hex | DF | D1 | A5 | 0 | 6 | 1A | D | 2E | 30 | 4C |
| Octal | 337 | 321 | 245 | 0 | 6 | 32 | 15 | 56 | 60 | 114 |
| Binary | 11011111 | 11010001 | 10100101 | 0 | 110 | 11010 | 1101 | 101110 | 110000 | 1001100 |
Color Harmonies of #DFD1A5
Complementary color
Monochromatic Colors of #DFD1A5
Black with #DFD1A5
Text Example
Text Example
White with #DFD1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1A5; }
p { color: rgb(223,209,165); }
H1.HeaderClassName
{
color: #DFD1A5;
}
.AnyTagClassName
{
color: #DFD1A5;
}
</style>
background-color css
<style>
a { background-color: #DFD1A5; }
a { background-color: rgb(223,209,165); }
div.DivClassName
{
background-color: #DFD1A5;
}
.BgClassName
{
background-color: #DFD1A5;
}
</style>
border-color css
<style>
span { border-color: #DFD1A5; }
span { border-color: rgb(223,209,165); }
td.TdClassName
{
border-color: #DFD1A5;
}
.TagClassName
{
border-color: #DFD1A5;
}
</style>