Shades of Sandwisp #D9CA80
Tints of Sandwisp #D9CA80
RGB
CMYK
RGB Variations
Color information
#D9CA80 (or 0xD9CA80) is known color: Sandwisp. HEX triplet: D9, CA and 80. RGB value is (217,202,128). Sum of RGB (Red+Green+Blue) = 217+202+128=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CA80 is #26357F. Grayscale: #C6C6C6. Windows color (decimal): -2504064 or 8440537. OLE color: 8440537.
HSL color Cylindrical-coordinate representation of color #D9CA80: hue angle of 49.89º 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 #D9CA80 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 128 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.15 |
| HSL | 49.89º | 0.54% | 0.68% | - |
| HSV(B) | 49.89º | 0.41% | 0.85% | - |
| XYZ | 53.63 | 58.55 | 28.9 | - |
| YUV | 198.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 128 | 0 | 0.07 | 0.41 | 0.15 | 49.89 | 0.54 | 0.68 |
| Hex | D9 | CA | 80 | 0 | 7 | 29 | F | 32 | 36 | 44 |
| Octal | 331 | 312 | 200 | 0 | 7 | 51 | 17 | 62 | 66 | 104 |
| Binary | 11011001 | 11001010 | 10000000 | 0 | 111 | 101001 | 1111 | 110010 | 110110 | 1000100 |
Color Harmonies of #D9CA80
Complementary color
Monochromatic Colors of #D9CA80
Black with #D9CA80
Text Example
Text Example
White with #D9CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA80; }
p { color: rgb(217,202,128); }
H1.HeaderClassName
{
color: #D9CA80;
}
.AnyTagClassName
{
color: #D9CA80;
}
</style>
background-color css
<style>
a { background-color: #D9CA80; }
a { background-color: rgb(217,202,128); }
div.DivClassName
{
background-color: #D9CA80;
}
.BgClassName
{
background-color: #D9CA80;
}
</style>
border-color css
<style>
span { border-color: #D9CA80; }
span { border-color: rgb(217,202,128); }
td.TdClassName
{
border-color: #D9CA80;
}
.TagClassName
{
border-color: #D9CA80;
}
</style>