Shades of Sandwisp #D8C98C
Tints of Sandwisp #D8C98C
RGB
CMYK
RGB Variations
Color information
#D8C98C (or 0xD8C98C) is known color: Sandwisp. HEX triplet: D8, C9 and 8C. RGB value is (216,201,140). Sum of RGB (Red+Green+Blue) = 216+201+140=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C98C is #273673. Grayscale: #C6C6C6. Windows color (decimal): -2569844 or 9226712. OLE color: 9226712.
HSL color Cylindrical-coordinate representation of color #D8C98C: hue angle of 48.16º 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 #D8C98C is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 140 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.15 |
| HSL | 48.16º | 0.49% | 0.7% | - |
| HSV(B) | 48.16º | 0.35% | 0.85% | - |
| XYZ | 53.94 | 58.27 | 33.21 | - |
| YUV | 198.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 140 | 0 | 0.07 | 0.35 | 0.15 | 48.16 | 0.49 | 0.7 |
| Hex | D8 | C9 | 8C | 0 | 7 | 23 | F | 30 | 31 | 46 |
| Octal | 330 | 311 | 214 | 0 | 7 | 43 | 17 | 60 | 61 | 106 |
| Binary | 11011000 | 11001001 | 10001100 | 0 | 111 | 100011 | 1111 | 110000 | 110001 | 1000110 |
Color Harmonies of #D8C98C
Complementary color
Monochromatic Colors of #D8C98C
Black with #D8C98C
Text Example
Text Example
White with #D8C98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C98C; }
p { color: rgb(216,201,140); }
H1.HeaderClassName
{
color: #D8C98C;
}
.AnyTagClassName
{
color: #D8C98C;
}
</style>
background-color css
<style>
a { background-color: #D8C98C; }
a { background-color: rgb(216,201,140); }
div.DivClassName
{
background-color: #D8C98C;
}
.BgClassName
{
background-color: #D8C98C;
}
</style>
border-color css
<style>
span { border-color: #D8C98C; }
span { border-color: rgb(216,201,140); }
td.TdClassName
{
border-color: #D8C98C;
}
.TagClassName
{
border-color: #D8C98C;
}
</style>