Shades of Sandwisp #D8C88D
Tints of Sandwisp #D8C88D
RGB
CMYK
RGB Variations
Color information
#D8C88D (or 0xD8C88D) is known color: Sandwisp. HEX triplet: D8, C8 and 8D. RGB value is (216,200,141). Sum of RGB (Red+Green+Blue) = 216+200+141=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C88D is #273772. Grayscale: #C6C6C6. Windows color (decimal): -2570099 or 9291992. OLE color: 9291992.
HSL color Cylindrical-coordinate representation of color #D8C88D: hue angle of 47.2º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8C88D is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 200 | 141 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.15 |
| HSL | 47.2º | 0.49% | 0.7% | - |
| HSV(B) | 47.2º | 0.35% | 0.85% | - |
| XYZ | 53.78 | 57.83 | 33.53 | - |
| YUV | 198.06 | 95.8 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 141 | 0 | 0.07 | 0.35 | 0.15 | 47.2 | 0.49 | 0.7 |
| Hex | D8 | C8 | 8D | 0 | 7 | 23 | F | 2F | 31 | 46 |
| Octal | 330 | 310 | 215 | 0 | 7 | 43 | 17 | 57 | 61 | 106 |
| Binary | 11011000 | 11001000 | 10001101 | 0 | 111 | 100011 | 1111 | 101111 | 110001 | 1000110 |
Color Harmonies of #D8C88D
Complementary color
Monochromatic Colors of #D8C88D
Black with #D8C88D
Text Example
Text Example
White with #D8C88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C88D; }
p { color: rgb(216,200,141); }
H1.HeaderClassName
{
color: #D8C88D;
}
.AnyTagClassName
{
color: #D8C88D;
}
</style>
background-color css
<style>
a { background-color: #D8C88D; }
a { background-color: rgb(216,200,141); }
div.DivClassName
{
background-color: #D8C88D;
}
.BgClassName
{
background-color: #D8C88D;
}
</style>
border-color css
<style>
span { border-color: #D8C88D; }
span { border-color: rgb(216,200,141); }
td.TdClassName
{
border-color: #D8C88D;
}
.TagClassName
{
border-color: #D8C88D;
}
</style>