Shades of Sandwisp #D8C888
Tints of Sandwisp #D8C888
RGB
CMYK
RGB Variations
Color information
#D8C888 (or 0xD8C888) is known color: Sandwisp. HEX triplet: D8, C8 and 88. RGB value is (216,200,136). Sum of RGB (Red+Green+Blue) = 216+200+136=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C888 is #273777. Grayscale: #C5C5C5. Windows color (decimal): -2570104 or 8964312. OLE color: 8964312.
HSL color Cylindrical-coordinate representation of color #D8C888: hue angle of 48º 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 #D8C888 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 200 | 136 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.15 |
| HSL | 48º | 0.51% | 0.69% | - |
| HSV(B) | 48º | 0.37% | 0.85% | - |
| XYZ | 53.42 | 57.69 | 31.61 | - |
| YUV | 197.49 | 93.3 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 136 | 0 | 0.07 | 0.37 | 0.15 | 48 | 0.51 | 0.69 |
| Hex | D8 | C8 | 88 | 0 | 7 | 25 | F | 30 | 33 | 45 |
| Octal | 330 | 310 | 210 | 0 | 7 | 45 | 17 | 60 | 63 | 105 |
| Binary | 11011000 | 11001000 | 10001000 | 0 | 111 | 100101 | 1111 | 110000 | 110011 | 1000101 |
Color Harmonies of #D8C888
Complementary color
Monochromatic Colors of #D8C888
Black with #D8C888
Text Example
Text Example
White with #D8C888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C888; }
p { color: rgb(216,200,136); }
H1.HeaderClassName
{
color: #D8C888;
}
.AnyTagClassName
{
color: #D8C888;
}
</style>
background-color css
<style>
a { background-color: #D8C888; }
a { background-color: rgb(216,200,136); }
div.DivClassName
{
background-color: #D8C888;
}
.BgClassName
{
background-color: #D8C888;
}
</style>
border-color css
<style>
span { border-color: #D8C888; }
span { border-color: rgb(216,200,136); }
td.TdClassName
{
border-color: #D8C888;
}
.TagClassName
{
border-color: #D8C888;
}
</style>