Shades of Sandwisp #D8D080
Tints of Sandwisp #D8D080
RGB
CMYK
RGB Variations
Color information
#D8D080 (or 0xD8D080) is known color: Sandwisp. HEX triplet: D8, D0 and 80. RGB value is (216,208,128). Sum of RGB (Red+Green+Blue) = 216+208+128=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D080 is #272F7F. Grayscale: #C9C9C9. Windows color (decimal): -2568064 or 8442072. OLE color: 8442072.
HSL color Cylindrical-coordinate representation of color #D8D080: hue angle of 54.55º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8D080 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 128 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.15 |
| HSL | 54.55º | 0.53% | 0.67% | - |
| HSV(B) | 54.55º | 0.41% | 0.85% | - |
| XYZ | 54.77 | 61.27 | 29.36 | - |
| YUV | 201.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 128 | 0 | 0.04 | 0.41 | 0.15 | 54.55 | 0.53 | 0.67 |
| Hex | D8 | D0 | 80 | 0 | 4 | 29 | F | 37 | 35 | 43 |
| Octal | 330 | 320 | 200 | 0 | 4 | 51 | 17 | 67 | 65 | 103 |
| Binary | 11011000 | 11010000 | 10000000 | 0 | 100 | 101001 | 1111 | 110111 | 110101 | 1000011 |
Color Harmonies of #D8D080
Complementary color
Monochromatic Colors of #D8D080
Black with #D8D080
Text Example
Text Example
White with #D8D080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D080; }
p { color: rgb(216,208,128); }
H1.HeaderClassName
{
color: #D8D080;
}
.AnyTagClassName
{
color: #D8D080;
}
</style>
background-color css
<style>
a { background-color: #D8D080; }
a { background-color: rgb(216,208,128); }
div.DivClassName
{
background-color: #D8D080;
}
.BgClassName
{
background-color: #D8D080;
}
</style>
border-color css
<style>
span { border-color: #D8D080; }
span { border-color: rgb(216,208,128); }
td.TdClassName
{
border-color: #D8D080;
}
.TagClassName
{
border-color: #D8D080;
}
</style>