Shades of Sandwisp #D8CA88
Tints of Sandwisp #D8CA88
RGB
CMYK
RGB Variations
Color information
#D8CA88 (or 0xD8CA88) is known color: Sandwisp. HEX triplet: D8, CA and 88. RGB value is (216,202,136). Sum of RGB (Red+Green+Blue) = 216+202+136=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CA88 is #273577. Grayscale: #C6C6C6. Windows color (decimal): -2569592 or 8964824. OLE color: 8964824.
HSL color Cylindrical-coordinate representation of color #D8CA88: hue angle of 49.5º 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 #D8CA88 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 202 | 136 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.15 |
| HSL | 49.5º | 0.51% | 0.69% | - |
| HSV(B) | 49.5º | 0.37% | 0.85% | - |
| XYZ | 53.88 | 58.62 | 31.77 | - |
| YUV | 198.66 | 92.64 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 136 | 0 | 0.06 | 0.37 | 0.15 | 49.5 | 0.51 | 0.69 |
| Hex | D8 | CA | 88 | 0 | 6 | 25 | F | 32 | 33 | 45 |
| Octal | 330 | 312 | 210 | 0 | 6 | 45 | 17 | 62 | 63 | 105 |
| Binary | 11011000 | 11001010 | 10001000 | 0 | 110 | 100101 | 1111 | 110010 | 110011 | 1000101 |
Color Harmonies of #D8CA88
Complementary color
Monochromatic Colors of #D8CA88
Black with #D8CA88
Text Example
Text Example
White with #D8CA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CA88; }
p { color: rgb(216,202,136); }
H1.HeaderClassName
{
color: #D8CA88;
}
.AnyTagClassName
{
color: #D8CA88;
}
</style>
background-color css
<style>
a { background-color: #D8CA88; }
a { background-color: rgb(216,202,136); }
div.DivClassName
{
background-color: #D8CA88;
}
.BgClassName
{
background-color: #D8CA88;
}
</style>
border-color css
<style>
span { border-color: #D8CA88; }
span { border-color: rgb(216,202,136); }
td.TdClassName
{
border-color: #D8CA88;
}
.TagClassName
{
border-color: #D8CA88;
}
</style>