Shades of Sandwisp #DFD088
Tints of Sandwisp #DFD088
RGB
CMYK
RGB Variations
Color information
#DFD088 (or 0xDFD088) is known color: Sandwisp. HEX triplet: DF, D0 and 88. RGB value is (223,208,136). Sum of RGB (Red+Green+Blue) = 223+208+136=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD088 is #202F77. Grayscale: #CCCCCC. Windows color (decimal): -2109304 or 8966367. OLE color: 8966367.
HSL color Cylindrical-coordinate representation of color #DFD088: hue angle of 49.66º 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 #DFD088 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 136 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.13 |
| HSL | 49.66º | 0.58% | 0.7% | - |
| HSV(B) | 49.66º | 0.39% | 0.87% | - |
| XYZ | 57.43 | 62.58 | 32.34 | - |
| YUV | 204.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 136 | 0 | 0.07 | 0.39 | 0.13 | 49.66 | 0.58 | 0.7 |
| Hex | DF | D0 | 88 | 0 | 7 | 27 | D | 32 | 3A | 46 |
| Octal | 337 | 320 | 210 | 0 | 7 | 47 | 15 | 62 | 72 | 106 |
| Binary | 11011111 | 11010000 | 10001000 | 0 | 111 | 100111 | 1101 | 110010 | 111010 | 1000110 |
Color Harmonies of #DFD088
Complementary color
Monochromatic Colors of #DFD088
Black with #DFD088
Text Example
Text Example
White with #DFD088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD088; }
p { color: rgb(223,208,136); }
H1.HeaderClassName
{
color: #DFD088;
}
.AnyTagClassName
{
color: #DFD088;
}
</style>
background-color css
<style>
a { background-color: #DFD088; }
a { background-color: rgb(223,208,136); }
div.DivClassName
{
background-color: #DFD088;
}
.BgClassName
{
background-color: #DFD088;
}
</style>
border-color css
<style>
span { border-color: #DFD088; }
span { border-color: rgb(223,208,136); }
td.TdClassName
{
border-color: #DFD088;
}
.TagClassName
{
border-color: #DFD088;
}
</style>