Shades of Sandwisp #D7C878
Tints of Sandwisp #D7C878
RGB
CMYK
RGB Variations
Color information
#D7C878 (or 0xD7C878) is known color: Sandwisp. HEX triplet: D7, C8 and 78. RGB value is (215,200,120). Sum of RGB (Red+Green+Blue) = 215+200+120=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C878 is #283787. Grayscale: #C3C3C3. Windows color (decimal): -2635656 or 7915735. OLE color: 7915735.
HSL color Cylindrical-coordinate representation of color #D7C878: hue angle of 50.53º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7C878 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 200 | 120 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.16 |
| HSL | 50.53º | 0.54% | 0.66% | - |
| HSV(B) | 50.53º | 0.44% | 0.84% | - |
| XYZ | 52.07 | 57.11 | 26.05 | - |
| YUV | 195.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 120 | 0 | 0.07 | 0.44 | 0.16 | 50.53 | 0.54 | 0.66 |
| Hex | D7 | C8 | 78 | 0 | 7 | 2C | 10 | 33 | 36 | 42 |
| Octal | 327 | 310 | 170 | 0 | 7 | 54 | 20 | 63 | 66 | 102 |
| Binary | 11010111 | 11001000 | 1111000 | 0 | 111 | 101100 | 10000 | 110011 | 110110 | 1000010 |
Color Harmonies of #D7C878
Complementary color
Monochromatic Colors of #D7C878
Black with #D7C878
Text Example
Text Example
White with #D7C878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C878; }
p { color: rgb(215,200,120); }
H1.HeaderClassName
{
color: #D7C878;
}
.AnyTagClassName
{
color: #D7C878;
}
</style>
background-color css
<style>
a { background-color: #D7C878; }
a { background-color: rgb(215,200,120); }
div.DivClassName
{
background-color: #D7C878;
}
.BgClassName
{
background-color: #D7C878;
}
</style>
border-color css
<style>
span { border-color: #D7C878; }
span { border-color: rgb(215,200,120); }
td.TdClassName
{
border-color: #D7C878;
}
.TagClassName
{
border-color: #D7C878;
}
</style>