Shades of Sandwisp #DFD388
Tints of Sandwisp #DFD388
RGB
CMYK
RGB Variations
Color information
#DFD388 (or 0xDFD388) is known color: Sandwisp. HEX triplet: DF, D3 and 88. RGB value is (223,211,136). Sum of RGB (Red+Green+Blue) = 223+211+136=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD388 is #202C77. Grayscale: #CECECE. Windows color (decimal): -2108536 or 8967135. OLE color: 8967135.
HSL color Cylindrical-coordinate representation of color #DFD388: hue angle of 51.72º 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 #DFD388 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 136 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.13 |
| HSL | 51.72º | 0.58% | 0.7% | - |
| HSV(B) | 51.72º | 0.39% | 0.87% | - |
| XYZ | 58.17 | 64.05 | 32.59 | - |
| YUV | 206.04 | 88.48 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 136 | 0 | 0.05 | 0.39 | 0.13 | 51.72 | 0.58 | 0.7 |
| Hex | DF | D3 | 88 | 0 | 5 | 27 | D | 34 | 3A | 46 |
| Octal | 337 | 323 | 210 | 0 | 5 | 47 | 15 | 64 | 72 | 106 |
| Binary | 11011111 | 11010011 | 10001000 | 0 | 101 | 100111 | 1101 | 110100 | 111010 | 1000110 |
Color Harmonies of #DFD388
Complementary color
Monochromatic Colors of #DFD388
Black with #DFD388
Text Example
Text Example
White with #DFD388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD388; }
p { color: rgb(223,211,136); }
H1.HeaderClassName
{
color: #DFD388;
}
.AnyTagClassName
{
color: #DFD388;
}
</style>
background-color css
<style>
a { background-color: #DFD388; }
a { background-color: rgb(223,211,136); }
div.DivClassName
{
background-color: #DFD388;
}
.BgClassName
{
background-color: #DFD388;
}
</style>
border-color css
<style>
span { border-color: #DFD388; }
span { border-color: rgb(223,211,136); }
td.TdClassName
{
border-color: #DFD388;
}
.TagClassName
{
border-color: #DFD388;
}
</style>