Shades of Sandwisp #DFD288
Tints of Sandwisp #DFD288
RGB
CMYK
RGB Variations
Color information
#DFD288 (or 0xDFD288) is known color: Sandwisp. HEX triplet: DF, D2 and 88. RGB value is (223,210,136). Sum of RGB (Red+Green+Blue) = 223+210+136=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 136 (53.52% from 255 or 23.90% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD288 is #202D77. Grayscale: #CDCDCD. Windows color (decimal): -2108792 or 8966879. OLE color: 8966879.
HSL color Cylindrical-coordinate representation of color #DFD288: hue angle of 51.03º 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 #DFD288 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 136 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.13 |
| HSL | 51.03º | 0.58% | 0.7% | - |
| HSV(B) | 51.03º | 0.39% | 0.87% | - |
| XYZ | 57.92 | 63.56 | 32.51 | - |
| YUV | 205.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 136 | 0 | 0.06 | 0.39 | 0.13 | 51.03 | 0.58 | 0.7 |
| Hex | DF | D2 | 88 | 0 | 6 | 27 | D | 33 | 3A | 46 |
| Octal | 337 | 322 | 210 | 0 | 6 | 47 | 15 | 63 | 72 | 106 |
| Binary | 11011111 | 11010010 | 10001000 | 0 | 110 | 100111 | 1101 | 110011 | 111010 | 1000110 |
Color Harmonies of #DFD288
Complementary color
Monochromatic Colors of #DFD288
Black with #DFD288
Text Example
Text Example
White with #DFD288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD288; }
p { color: rgb(223,210,136); }
H1.HeaderClassName
{
color: #DFD288;
}
.AnyTagClassName
{
color: #DFD288;
}
</style>
background-color css
<style>
a { background-color: #DFD288; }
a { background-color: rgb(223,210,136); }
div.DivClassName
{
background-color: #DFD288;
}
.BgClassName
{
background-color: #DFD288;
}
</style>
border-color css
<style>
span { border-color: #DFD288; }
span { border-color: rgb(223,210,136); }
td.TdClassName
{
border-color: #DFD288;
}
.TagClassName
{
border-color: #DFD288;
}
</style>