Shades of Sandwisp #D9C98D
Tints of Sandwisp #D9C98D
RGB
CMYK
RGB Variations
Color information
#D9C98D (or 0xD9C98D) is known color: Sandwisp. HEX triplet: D9, C9 and 8D. RGB value is (217,201,141). Sum of RGB (Red+Green+Blue) = 217+201+141=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C98D is #263672. Grayscale: #C7C7C7. Windows color (decimal): -2504307 or 9292249. OLE color: 9292249.
HSL color Cylindrical-coordinate representation of color #D9C98D: hue angle of 47.37º degrees, saturation: 0.5, 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 #D9C98D is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 141 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.15 |
| HSL | 47.37º | 0.5% | 0.7% | - |
| HSV(B) | 47.37º | 0.35% | 0.85% | - |
| XYZ | 54.31 | 58.45 | 33.62 | - |
| YUV | 198.94 | 95.3 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 141 | 0 | 0.07 | 0.35 | 0.15 | 47.37 | 0.5 | 0.7 |
| Hex | D9 | C9 | 8D | 0 | 7 | 23 | F | 2F | 32 | 46 |
| Octal | 331 | 311 | 215 | 0 | 7 | 43 | 17 | 57 | 62 | 106 |
| Binary | 11011001 | 11001001 | 10001101 | 0 | 111 | 100011 | 1111 | 101111 | 110010 | 1000110 |
Color Harmonies of #D9C98D
Complementary color
Monochromatic Colors of #D9C98D
Black with #D9C98D
Text Example
Text Example
White with #D9C98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C98D; }
p { color: rgb(217,201,141); }
H1.HeaderClassName
{
color: #D9C98D;
}
.AnyTagClassName
{
color: #D9C98D;
}
</style>
background-color css
<style>
a { background-color: #D9C98D; }
a { background-color: rgb(217,201,141); }
div.DivClassName
{
background-color: #D9C98D;
}
.BgClassName
{
background-color: #D9C98D;
}
</style>
border-color css
<style>
span { border-color: #D9C98D; }
span { border-color: rgb(217,201,141); }
td.TdClassName
{
border-color: #D9C98D;
}
.TagClassName
{
border-color: #D9C98D;
}
</style>