Shades of Sandwisp #D9C880
Tints of Sandwisp #D9C880
RGB
CMYK
RGB Variations
Color information
#D9C880 (or 0xD9C880) is known color: Sandwisp. HEX triplet: D9, C8 and 80. RGB value is (217,200,128). Sum of RGB (Red+Green+Blue) = 217+200+128=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C880 is #26377F. Grayscale: #C5C5C5. Windows color (decimal): -2504576 or 8440025. OLE color: 8440025.
HSL color Cylindrical-coordinate representation of color #D9C880: hue angle of 48.54º 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 #D9C880 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 128 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.15 |
| HSL | 48.54º | 0.54% | 0.68% | - |
| HSV(B) | 48.54º | 0.41% | 0.85% | - |
| XYZ | 53.17 | 57.62 | 28.74 | - |
| YUV | 196.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 128 | 0 | 0.08 | 0.41 | 0.15 | 48.54 | 0.54 | 0.68 |
| Hex | D9 | C8 | 80 | 0 | 8 | 29 | F | 31 | 36 | 44 |
| Octal | 331 | 310 | 200 | 0 | 10 | 51 | 17 | 61 | 66 | 104 |
| Binary | 11011001 | 11001000 | 10000000 | 0 | 1000 | 101001 | 1111 | 110001 | 110110 | 1000100 |
Color Harmonies of #D9C880
Complementary color
Monochromatic Colors of #D9C880
Black with #D9C880
Text Example
Text Example
White with #D9C880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C880; }
p { color: rgb(217,200,128); }
H1.HeaderClassName
{
color: #D9C880;
}
.AnyTagClassName
{
color: #D9C880;
}
</style>
background-color css
<style>
a { background-color: #D9C880; }
a { background-color: rgb(217,200,128); }
div.DivClassName
{
background-color: #D9C880;
}
.BgClassName
{
background-color: #D9C880;
}
</style>
border-color css
<style>
span { border-color: #D9C880; }
span { border-color: rgb(217,200,128); }
td.TdClassName
{
border-color: #D9C880;
}
.TagClassName
{
border-color: #D9C880;
}
</style>