Shades of Sandwisp #D8C97F
Tints of Sandwisp #D8C97F
RGB
CMYK
RGB Variations
Color information
#D8C97F (or 0xD8C97F) is known color: Sandwisp. HEX triplet: D8, C9 and 7F. RGB value is (216,201,127). Sum of RGB (Red+Green+Blue) = 216+201+127=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 127 (50% from 255 or 23.35% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C97F is #273680. Grayscale: #C5C5C5. Windows color (decimal): -2569857 or 8374744. OLE color: 8374744.
HSL color Cylindrical-coordinate representation of color #D8C97F: hue angle of 49.89º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8C97F is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 127 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.15 |
| HSL | 49.89º | 0.53% | 0.67% | - |
| HSV(B) | 49.89º | 0.41% | 0.85% | - |
| XYZ | 53.04 | 57.9 | 28.46 | - |
| YUV | 197.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 127 | 0 | 0.07 | 0.41 | 0.15 | 49.89 | 0.53 | 0.67 |
| Hex | D8 | C9 | 7F | 0 | 7 | 29 | F | 32 | 35 | 43 |
| Octal | 330 | 311 | 177 | 0 | 7 | 51 | 17 | 62 | 65 | 103 |
| Binary | 11011000 | 11001001 | 1111111 | 0 | 111 | 101001 | 1111 | 110010 | 110101 | 1000011 |
Color Harmonies of #D8C97F
Complementary color
Monochromatic Colors of #D8C97F
Black with #D8C97F
Text Example
Text Example
White with #D8C97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C97F; }
p { color: rgb(216,201,127); }
H1.HeaderClassName
{
color: #D8C97F;
}
.AnyTagClassName
{
color: #D8C97F;
}
</style>
background-color css
<style>
a { background-color: #D8C97F; }
a { background-color: rgb(216,201,127); }
div.DivClassName
{
background-color: #D8C97F;
}
.BgClassName
{
background-color: #D8C97F;
}
</style>
border-color css
<style>
span { border-color: #D8C97F; }
span { border-color: rgb(216,201,127); }
td.TdClassName
{
border-color: #D8C97F;
}
.TagClassName
{
border-color: #D8C97F;
}
</style>