Shades of Sandwisp #DFD185
Tints of Sandwisp #DFD185
RGB
CMYK
RGB Variations
Color information
#DFD185 (or 0xDFD185) is known color: Sandwisp. HEX triplet: DF, D1 and 85. RGB value is (223,209,133). Sum of RGB (Red+Green+Blue) = 223+209+133=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD185 is #202E7A. Grayscale: #CCCCCC. Windows color (decimal): -2109051 or 8770015. OLE color: 8770015.
HSL color Cylindrical-coordinate representation of color #DFD185: hue angle of 50.67º 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 #DFD185 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 133 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.13 |
| HSL | 50.67º | 0.58% | 0.7% | - |
| HSV(B) | 50.67º | 0.4% | 0.87% | - |
| XYZ | 57.47 | 62.98 | 31.32 | - |
| YUV | 204.52 | 87.64 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 133 | 0 | 0.06 | 0.40 | 0.13 | 50.67 | 0.58 | 0.7 |
| Hex | DF | D1 | 85 | 0 | 6 | 28 | D | 33 | 3A | 46 |
| Octal | 337 | 321 | 205 | 0 | 6 | 50 | 15 | 63 | 72 | 106 |
| Binary | 11011111 | 11010001 | 10000101 | 0 | 110 | 101000 | 1101 | 110011 | 111010 | 1000110 |
Color Harmonies of #DFD185
Complementary color
Monochromatic Colors of #DFD185
Black with #DFD185
Text Example
Text Example
White with #DFD185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD185; }
p { color: rgb(223,209,133); }
H1.HeaderClassName
{
color: #DFD185;
}
.AnyTagClassName
{
color: #DFD185;
}
</style>
background-color css
<style>
a { background-color: #DFD185; }
a { background-color: rgb(223,209,133); }
div.DivClassName
{
background-color: #DFD185;
}
.BgClassName
{
background-color: #DFD185;
}
</style>
border-color css
<style>
span { border-color: #DFD185; }
span { border-color: rgb(223,209,133); }
td.TdClassName
{
border-color: #DFD185;
}
.TagClassName
{
border-color: #DFD185;
}
</style>