Shades of Sandwisp #D7C984
Tints of Sandwisp #D7C984
RGB
CMYK
RGB Variations
Color information
#D7C984 (or 0xD7C984) is known color: Sandwisp. HEX triplet: D7, C9 and 84. RGB value is (215,201,132). Sum of RGB (Red+Green+Blue) = 215+201+132=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C984 is #28367B. Grayscale: #C5C5C5. Windows color (decimal): -2635388 or 8702423. OLE color: 8702423.
HSL color Cylindrical-coordinate representation of color #D7C984: hue angle of 49.88º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7C984 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 132 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.16 |
| HSL | 49.88º | 0.51% | 0.68% | - |
| HSV(B) | 49.88º | 0.39% | 0.84% | - |
| XYZ | 53.08 | 57.89 | 30.21 | - |
| YUV | 197.32 | 91.14 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 132 | 0 | 0.07 | 0.39 | 0.16 | 49.88 | 0.51 | 0.68 |
| Hex | D7 | C9 | 84 | 0 | 7 | 27 | 10 | 32 | 33 | 44 |
| Octal | 327 | 311 | 204 | 0 | 7 | 47 | 20 | 62 | 63 | 104 |
| Binary | 11010111 | 11001001 | 10000100 | 0 | 111 | 100111 | 10000 | 110010 | 110011 | 1000100 |
Color Harmonies of #D7C984
Complementary color
Monochromatic Colors of #D7C984
Black with #D7C984
Text Example
Text Example
White with #D7C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C984; }
p { color: rgb(215,201,132); }
H1.HeaderClassName
{
color: #D7C984;
}
.AnyTagClassName
{
color: #D7C984;
}
</style>
background-color css
<style>
a { background-color: #D7C984; }
a { background-color: rgb(215,201,132); }
div.DivClassName
{
background-color: #D7C984;
}
.BgClassName
{
background-color: #D7C984;
}
</style>
border-color css
<style>
span { border-color: #D7C984; }
span { border-color: rgb(215,201,132); }
td.TdClassName
{
border-color: #D7C984;
}
.TagClassName
{
border-color: #D7C984;
}
</style>