Shades of Sandwisp #D8CC80
Tints of Sandwisp #D8CC80
RGB
CMYK
RGB Variations
Color information
#D8CC80 (or 0xD8CC80) is known color: Sandwisp. HEX triplet: D8, CC and 80. RGB value is (216,204,128). Sum of RGB (Red+Green+Blue) = 216+204+128=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CC80 is #27337F. Grayscale: #C7C7C7. Windows color (decimal): -2569088 or 8441048. OLE color: 8441048.
HSL color Cylindrical-coordinate representation of color #D8CC80: hue angle of 51.82º 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 #D8CC80 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 128 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.15 |
| HSL | 51.82º | 0.53% | 0.67% | - |
| HSV(B) | 51.82º | 0.41% | 0.85% | - |
| XYZ | 53.81 | 59.34 | 29.04 | - |
| YUV | 198.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 128 | 0 | 0.06 | 0.41 | 0.15 | 51.82 | 0.53 | 0.67 |
| Hex | D8 | CC | 80 | 0 | 6 | 29 | F | 34 | 35 | 43 |
| Octal | 330 | 314 | 200 | 0 | 6 | 51 | 17 | 64 | 65 | 103 |
| Binary | 11011000 | 11001100 | 10000000 | 0 | 110 | 101001 | 1111 | 110100 | 110101 | 1000011 |
Color Harmonies of #D8CC80
Complementary color
Monochromatic Colors of #D8CC80
Black with #D8CC80
Text Example
Text Example
White with #D8CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CC80; }
p { color: rgb(216,204,128); }
H1.HeaderClassName
{
color: #D8CC80;
}
.AnyTagClassName
{
color: #D8CC80;
}
</style>
background-color css
<style>
a { background-color: #D8CC80; }
a { background-color: rgb(216,204,128); }
div.DivClassName
{
background-color: #D8CC80;
}
.BgClassName
{
background-color: #D8CC80;
}
</style>
border-color css
<style>
span { border-color: #D8CC80; }
span { border-color: rgb(216,204,128); }
td.TdClassName
{
border-color: #D8CC80;
}
.TagClassName
{
border-color: #D8CC80;
}
</style>