Shades of Sandwisp #D8C988
Tints of Sandwisp #D8C988
RGB
CMYK
RGB Variations
Color information
#D8C988 (or 0xD8C988) is known color: Sandwisp. HEX triplet: D8, C9 and 88. RGB value is (216,201,136). Sum of RGB (Red+Green+Blue) = 216+201+136=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C988 is #273677. Grayscale: #C6C6C6. Windows color (decimal): -2569848 or 8964568. OLE color: 8964568.
HSL color Cylindrical-coordinate representation of color #D8C988: hue angle of 48.75º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D8C988 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 136 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.15 |
| HSL | 48.75º | 0.51% | 0.69% | - |
| HSV(B) | 48.75º | 0.37% | 0.85% | - |
| XYZ | 53.65 | 58.15 | 31.69 | - |
| YUV | 198.08 | 92.97 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 136 | 0 | 0.07 | 0.37 | 0.15 | 48.75 | 0.51 | 0.69 |
| Hex | D8 | C9 | 88 | 0 | 7 | 25 | F | 31 | 33 | 45 |
| Octal | 330 | 311 | 210 | 0 | 7 | 45 | 17 | 61 | 63 | 105 |
| Binary | 11011000 | 11001001 | 10001000 | 0 | 111 | 100101 | 1111 | 110001 | 110011 | 1000101 |
Color Harmonies of #D8C988
Complementary color
Monochromatic Colors of #D8C988
Black with #D8C988
Text Example
Text Example
White with #D8C988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C988; }
p { color: rgb(216,201,136); }
H1.HeaderClassName
{
color: #D8C988;
}
.AnyTagClassName
{
color: #D8C988;
}
</style>
background-color css
<style>
a { background-color: #D8C988; }
a { background-color: rgb(216,201,136); }
div.DivClassName
{
background-color: #D8C988;
}
.BgClassName
{
background-color: #D8C988;
}
</style>
border-color css
<style>
span { border-color: #D8C988; }
span { border-color: rgb(216,201,136); }
td.TdClassName
{
border-color: #D8C988;
}
.TagClassName
{
border-color: #D8C988;
}
</style>