Shades of Sandwisp #D8CB87
Tints of Sandwisp #D8CB87
RGB
CMYK
RGB Variations
Color information
#D8CB87 (or 0xD8CB87) is known color: Sandwisp. HEX triplet: D8, CB and 87. RGB value is (216,203,135). Sum of RGB (Red+Green+Blue) = 216+203+135=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 135 (53.12% from 255 or 24.37% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CB87 is #273478. Grayscale: #C7C7C7. Windows color (decimal): -2569337 or 8899544. OLE color: 8899544.
HSL color Cylindrical-coordinate representation of color #D8CB87: hue angle of 50.37º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8CB87 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 135 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.15 |
| HSL | 50.37º | 0.51% | 0.69% | - |
| HSV(B) | 50.37º | 0.38% | 0.85% | - |
| XYZ | 54.05 | 59.06 | 31.47 | - |
| YUV | 199.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 135 | 0 | 0.06 | 0.38 | 0.15 | 50.37 | 0.51 | 0.69 |
| Hex | D8 | CB | 87 | 0 | 6 | 26 | F | 32 | 33 | 45 |
| Octal | 330 | 313 | 207 | 0 | 6 | 46 | 17 | 62 | 63 | 105 |
| Binary | 11011000 | 11001011 | 10000111 | 0 | 110 | 100110 | 1111 | 110010 | 110011 | 1000101 |
Color Harmonies of #D8CB87
Complementary color
Monochromatic Colors of #D8CB87
Black with #D8CB87
Text Example
Text Example
White with #D8CB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CB87; }
p { color: rgb(216,203,135); }
H1.HeaderClassName
{
color: #D8CB87;
}
.AnyTagClassName
{
color: #D8CB87;
}
</style>
background-color css
<style>
a { background-color: #D8CB87; }
a { background-color: rgb(216,203,135); }
div.DivClassName
{
background-color: #D8CB87;
}
.BgClassName
{
background-color: #D8CB87;
}
</style>
border-color css
<style>
span { border-color: #D8CB87; }
span { border-color: rgb(216,203,135); }
td.TdClassName
{
border-color: #D8CB87;
}
.TagClassName
{
border-color: #D8CB87;
}
</style>