Shades of Sandwisp #DFD585
Tints of Sandwisp #DFD585
RGB
CMYK
RGB Variations
Color information
#DFD585 (or 0xDFD585) is known color: Sandwisp. HEX triplet: DF, D5 and 85. RGB value is (223,213,133). Sum of RGB (Red+Green+Blue) = 223+213+133=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD585 is #202A7A. Grayscale: #CFCFCF. Windows color (decimal): -2108027 or 8771039. OLE color: 8771039.
HSL color Cylindrical-coordinate representation of color #DFD585: hue angle of 53.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFD585 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 133 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.13 |
| HSL | 53.33º | 0.58% | 0.7% | - |
| HSV(B) | 53.33º | 0.4% | 0.87% | - |
| XYZ | 58.46 | 64.97 | 31.65 | - |
| YUV | 206.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 133 | 0 | 0.04 | 0.40 | 0.13 | 53.33 | 0.58 | 0.7 |
| Hex | DF | D5 | 85 | 0 | 4 | 28 | D | 35 | 3A | 46 |
| Octal | 337 | 325 | 205 | 0 | 4 | 50 | 15 | 65 | 72 | 106 |
| Binary | 11011111 | 11010101 | 10000101 | 0 | 100 | 101000 | 1101 | 110101 | 111010 | 1000110 |
Color Harmonies of #DFD585
Complementary color
Monochromatic Colors of #DFD585
Black with #DFD585
Text Example
Text Example
White with #DFD585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD585; }
p { color: rgb(223,213,133); }
H1.HeaderClassName
{
color: #DFD585;
}
.AnyTagClassName
{
color: #DFD585;
}
</style>
background-color css
<style>
a { background-color: #DFD585; }
a { background-color: rgb(223,213,133); }
div.DivClassName
{
background-color: #DFD585;
}
.BgClassName
{
background-color: #DFD585;
}
</style>
border-color css
<style>
span { border-color: #DFD585; }
span { border-color: rgb(223,213,133); }
td.TdClassName
{
border-color: #DFD585;
}
.TagClassName
{
border-color: #DFD585;
}
</style>