Shades of Sandwisp #D8CD88
Tints of Sandwisp #D8CD88
RGB
CMYK
RGB Variations
Color information
#D8CD88 (or 0xD8CD88) is known color: Sandwisp. HEX triplet: D8, CD and 88. RGB value is (216,205,136). Sum of RGB (Red+Green+Blue) = 216+205+136=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 136 (53.52% from 255 or 24.42% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CD88 is #273277. Grayscale: #C8C8C8. Windows color (decimal): -2568824 or 8965592. OLE color: 8965592.
HSL color Cylindrical-coordinate representation of color #D8CD88: hue angle of 51.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 #D8CD88 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 136 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.15 |
| HSL | 51.75º | 0.51% | 0.69% | - |
| HSV(B) | 51.75º | 0.37% | 0.85% | - |
| XYZ | 54.59 | 60.04 | 32 | - |
| YUV | 200.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 136 | 0 | 0.05 | 0.37 | 0.15 | 51.75 | 0.51 | 0.69 |
| Hex | D8 | CD | 88 | 0 | 5 | 25 | F | 34 | 33 | 45 |
| Octal | 330 | 315 | 210 | 0 | 5 | 45 | 17 | 64 | 63 | 105 |
| Binary | 11011000 | 11001101 | 10001000 | 0 | 101 | 100101 | 1111 | 110100 | 110011 | 1000101 |
Color Harmonies of #D8CD88
Complementary color
Monochromatic Colors of #D8CD88
Black with #D8CD88
Text Example
Text Example
White with #D8CD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CD88; }
p { color: rgb(216,205,136); }
H1.HeaderClassName
{
color: #D8CD88;
}
.AnyTagClassName
{
color: #D8CD88;
}
</style>
background-color css
<style>
a { background-color: #D8CD88; }
a { background-color: rgb(216,205,136); }
div.DivClassName
{
background-color: #D8CD88;
}
.BgClassName
{
background-color: #D8CD88;
}
</style>
border-color css
<style>
span { border-color: #D8CD88; }
span { border-color: rgb(216,205,136); }
td.TdClassName
{
border-color: #D8CD88;
}
.TagClassName
{
border-color: #D8CD88;
}
</style>