Shades of Sandwisp #DFD488
Tints of Sandwisp #DFD488
RGB
CMYK
RGB Variations
Color information
#DFD488 (or 0xDFD488) is known color: Sandwisp. HEX triplet: DF, D4 and 88. RGB value is (223,212,136). Sum of RGB (Red+Green+Blue) = 223+212+136=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD488 is #202B77. Grayscale: #CECECE. Windows color (decimal): -2108280 or 8967391. OLE color: 8967391.
HSL color Cylindrical-coordinate representation of color #DFD488: hue angle of 52.41º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFD488 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 136 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.13 |
| HSL | 52.41º | 0.58% | 0.7% | - |
| HSV(B) | 52.41º | 0.39% | 0.87% | - |
| XYZ | 58.42 | 64.55 | 32.67 | - |
| YUV | 206.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 136 | 0 | 0.05 | 0.39 | 0.13 | 52.41 | 0.58 | 0.7 |
| Hex | DF | D4 | 88 | 0 | 5 | 27 | D | 34 | 3A | 46 |
| Octal | 337 | 324 | 210 | 0 | 5 | 47 | 15 | 64 | 72 | 106 |
| Binary | 11011111 | 11010100 | 10001000 | 0 | 101 | 100111 | 1101 | 110100 | 111010 | 1000110 |
Color Harmonies of #DFD488
Complementary color
Monochromatic Colors of #DFD488
Black with #DFD488
Text Example
Text Example
White with #DFD488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD488; }
p { color: rgb(223,212,136); }
H1.HeaderClassName
{
color: #DFD488;
}
.AnyTagClassName
{
color: #DFD488;
}
</style>
background-color css
<style>
a { background-color: #DFD488; }
a { background-color: rgb(223,212,136); }
div.DivClassName
{
background-color: #DFD488;
}
.BgClassName
{
background-color: #DFD488;
}
</style>
border-color css
<style>
span { border-color: #DFD488; }
span { border-color: rgb(223,212,136); }
td.TdClassName
{
border-color: #DFD488;
}
.TagClassName
{
border-color: #DFD488;
}
</style>