Shades of Sandwisp #DFD280
Tints of Sandwisp #DFD280
RGB
CMYK
RGB Variations
Color information
#DFD280 (or 0xDFD280) is known color: Sandwisp. HEX triplet: DF, D2 and 80. RGB value is (223,210,128). Sum of RGB (Red+Green+Blue) = 223+210+128=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD280 is #202D7F. Grayscale: #CCCCCC. Windows color (decimal): -2108800 or 8442591. OLE color: 8442591.
HSL color Cylindrical-coordinate representation of color #DFD280: hue angle of 51.79º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFD280 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 128 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.13 |
| HSL | 51.79º | 0.6% | 0.69% | - |
| HSV(B) | 51.79º | 0.43% | 0.87% | - |
| XYZ | 57.37 | 63.34 | 29.62 | - |
| YUV | 204.54 | 84.81 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 128 | 0 | 0.06 | 0.43 | 0.13 | 51.79 | 0.6 | 0.69 |
| Hex | DF | D2 | 80 | 0 | 6 | 2B | D | 34 | 3C | 45 |
| Octal | 337 | 322 | 200 | 0 | 6 | 53 | 15 | 64 | 74 | 105 |
| Binary | 11011111 | 11010010 | 10000000 | 0 | 110 | 101011 | 1101 | 110100 | 111100 | 1000101 |
Color Harmonies of #DFD280
Complementary color
Monochromatic Colors of #DFD280
Black with #DFD280
Text Example
Text Example
White with #DFD280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD280; }
p { color: rgb(223,210,128); }
H1.HeaderClassName
{
color: #DFD280;
}
.AnyTagClassName
{
color: #DFD280;
}
</style>
background-color css
<style>
a { background-color: #DFD280; }
a { background-color: rgb(223,210,128); }
div.DivClassName
{
background-color: #DFD280;
}
.BgClassName
{
background-color: #DFD280;
}
</style>
border-color css
<style>
span { border-color: #DFD280; }
span { border-color: rgb(223,210,128); }
td.TdClassName
{
border-color: #DFD280;
}
.TagClassName
{
border-color: #DFD280;
}
</style>