Shades of Sandwisp #D7C983
Tints of Sandwisp #D7C983
RGB
CMYK
RGB Variations
Color information
#D7C983 (or 0xD7C983) is known color: Sandwisp. HEX triplet: D7, C9 and 83. RGB value is (215,201,131). Sum of RGB (Red+Green+Blue) = 215+201+131=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C983 is #28367C. Grayscale: #C5C5C5. Windows color (decimal): -2635389 or 8636887. OLE color: 8636887.
HSL color Cylindrical-coordinate representation of color #D7C983: hue angle of 50º 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 #D7C983 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 131 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.16 |
| HSL | 50º | 0.51% | 0.68% | - |
| HSV(B) | 50º | 0.39% | 0.84% | - |
| XYZ | 53.01 | 57.86 | 29.85 | - |
| YUV | 197.21 | 90.64 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 131 | 0 | 0.07 | 0.39 | 0.16 | 50 | 0.51 | 0.68 |
| Hex | D7 | C9 | 83 | 0 | 7 | 27 | 10 | 32 | 33 | 44 |
| Octal | 327 | 311 | 203 | 0 | 7 | 47 | 20 | 62 | 63 | 104 |
| Binary | 11010111 | 11001001 | 10000011 | 0 | 111 | 100111 | 10000 | 110010 | 110011 | 1000100 |
Color Harmonies of #D7C983
Complementary color
Monochromatic Colors of #D7C983
Black with #D7C983
Text Example
Text Example
White with #D7C983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C983; }
p { color: rgb(215,201,131); }
H1.HeaderClassName
{
color: #D7C983;
}
.AnyTagClassName
{
color: #D7C983;
}
</style>
background-color css
<style>
a { background-color: #D7C983; }
a { background-color: rgb(215,201,131); }
div.DivClassName
{
background-color: #D7C983;
}
.BgClassName
{
background-color: #D7C983;
}
</style>
border-color css
<style>
span { border-color: #D7C983; }
span { border-color: rgb(215,201,131); }
td.TdClassName
{
border-color: #D7C983;
}
.TagClassName
{
border-color: #D7C983;
}
</style>