Shades of Sandwisp #D8C882
Tints of Sandwisp #D8C882
RGB
CMYK
RGB Variations
Color information
#D8C882 (or 0xD8C882) is known color: Sandwisp. HEX triplet: D8, C8 and 82. RGB value is (216,200,130). Sum of RGB (Red+Green+Blue) = 216+200+130=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C882 is #27377D. Grayscale: #C5C5C5. Windows color (decimal): -2570110 or 8571096. OLE color: 8571096.
HSL color Cylindrical-coordinate representation of color #D8C882: hue angle of 48.84º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8C882 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 200 | 130 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.15 |
| HSL | 48.84º | 0.52% | 0.68% | - |
| HSV(B) | 48.84º | 0.4% | 0.85% | - |
| XYZ | 53 | 57.52 | 29.43 | - |
| YUV | 196.8 | 90.3 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 130 | 0 | 0.07 | 0.40 | 0.15 | 48.84 | 0.52 | 0.68 |
| Hex | D8 | C8 | 82 | 0 | 7 | 28 | F | 31 | 34 | 44 |
| Octal | 330 | 310 | 202 | 0 | 7 | 50 | 17 | 61 | 64 | 104 |
| Binary | 11011000 | 11001000 | 10000010 | 0 | 111 | 101000 | 1111 | 110001 | 110100 | 1000100 |
Color Harmonies of #D8C882
Complementary color
Monochromatic Colors of #D8C882
Black with #D8C882
Text Example
Text Example
White with #D8C882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C882; }
p { color: rgb(216,200,130); }
H1.HeaderClassName
{
color: #D8C882;
}
.AnyTagClassName
{
color: #D8C882;
}
</style>
background-color css
<style>
a { background-color: #D8C882; }
a { background-color: rgb(216,200,130); }
div.DivClassName
{
background-color: #D8C882;
}
.BgClassName
{
background-color: #D8C882;
}
</style>
border-color css
<style>
span { border-color: #D8C882; }
span { border-color: rgb(216,200,130); }
td.TdClassName
{
border-color: #D8C882;
}
.TagClassName
{
border-color: #D8C882;
}
</style>