Shades of Sandwisp #D7C87C
Tints of Sandwisp #D7C87C
RGB
CMYK
RGB Variations
Color information
#D7C87C (or 0xD7C87C) is known color: Sandwisp. HEX triplet: D7, C8 and 7C. RGB value is (215,200,124). Sum of RGB (Red+Green+Blue) = 215+200+124=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C87C is #283783. Grayscale: #C4C4C4. Windows color (decimal): -2635652 or 8177879. OLE color: 8177879.
HSL color Cylindrical-coordinate representation of color #D7C87C: hue angle of 50.11º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7C87C is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 200 | 124 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.16 |
| HSL | 50.11º | 0.53% | 0.66% | - |
| HSV(B) | 50.11º | 0.42% | 0.84% | - |
| XYZ | 52.32 | 57.21 | 27.35 | - |
| YUV | 195.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 124 | 0 | 0.07 | 0.42 | 0.16 | 50.11 | 0.53 | 0.66 |
| Hex | D7 | C8 | 7C | 0 | 7 | 2A | 10 | 32 | 35 | 42 |
| Octal | 327 | 310 | 174 | 0 | 7 | 52 | 20 | 62 | 65 | 102 |
| Binary | 11010111 | 11001000 | 1111100 | 0 | 111 | 101010 | 10000 | 110010 | 110101 | 1000010 |
Color Harmonies of #D7C87C
Complementary color
Monochromatic Colors of #D7C87C
Black with #D7C87C
Text Example
Text Example
White with #D7C87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C87C; }
p { color: rgb(215,200,124); }
H1.HeaderClassName
{
color: #D7C87C;
}
.AnyTagClassName
{
color: #D7C87C;
}
</style>
background-color css
<style>
a { background-color: #D7C87C; }
a { background-color: rgb(215,200,124); }
div.DivClassName
{
background-color: #D7C87C;
}
.BgClassName
{
background-color: #D7C87C;
}
</style>
border-color css
<style>
span { border-color: #D7C87C; }
span { border-color: rgb(215,200,124); }
td.TdClassName
{
border-color: #D7C87C;
}
.TagClassName
{
border-color: #D7C87C;
}
</style>