Shades of Sandwisp #D9C980
Tints of Sandwisp #D9C980
RGB
CMYK
RGB Variations
Color information
#D9C980 (or 0xD9C980) is known color: Sandwisp. HEX triplet: D9, C9 and 80. RGB value is (217,201,128). Sum of RGB (Red+Green+Blue) = 217+201+128=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C980 is #26367F. Grayscale: #C5C5C5. Windows color (decimal): -2504320 or 8440281. OLE color: 8440281.
HSL color Cylindrical-coordinate representation of color #D9C980: hue angle of 49.21º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9C980 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 128 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.15 |
| HSL | 49.21º | 0.54% | 0.68% | - |
| HSV(B) | 49.21º | 0.41% | 0.85% | - |
| XYZ | 53.4 | 58.08 | 28.82 | - |
| YUV | 197.46 | 88.8 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 128 | 0 | 0.07 | 0.41 | 0.15 | 49.21 | 0.54 | 0.68 |
| Hex | D9 | C9 | 80 | 0 | 7 | 29 | F | 31 | 36 | 44 |
| Octal | 331 | 311 | 200 | 0 | 7 | 51 | 17 | 61 | 66 | 104 |
| Binary | 11011001 | 11001001 | 10000000 | 0 | 111 | 101001 | 1111 | 110001 | 110110 | 1000100 |
Color Harmonies of #D9C980
Complementary color
Monochromatic Colors of #D9C980
Black with #D9C980
Text Example
Text Example
White with #D9C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C980; }
p { color: rgb(217,201,128); }
H1.HeaderClassName
{
color: #D9C980;
}
.AnyTagClassName
{
color: #D9C980;
}
</style>
background-color css
<style>
a { background-color: #D9C980; }
a { background-color: rgb(217,201,128); }
div.DivClassName
{
background-color: #D9C980;
}
.BgClassName
{
background-color: #D9C980;
}
</style>
border-color css
<style>
span { border-color: #D9C980; }
span { border-color: rgb(217,201,128); }
td.TdClassName
{
border-color: #D9C980;
}
.TagClassName
{
border-color: #D9C980;
}
</style>