Shades of Sandwisp #D8D082
Tints of Sandwisp #D8D082
RGB
CMYK
RGB Variations
Color information
#D8D082 (or 0xD8D082) is known color: Sandwisp. HEX triplet: D8, D0 and 82. RGB value is (216,208,130). Sum of RGB (Red+Green+Blue) = 216+208+130=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D082 is #272F7D. Grayscale: #C9C9C9. Windows color (decimal): -2568062 or 8573144. OLE color: 8573144.
HSL color Cylindrical-coordinate representation of color #D8D082: hue angle of 54.42º 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 #D8D082 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 130 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.15 |
| HSL | 54.42º | 0.52% | 0.68% | - |
| HSV(B) | 54.42º | 0.4% | 0.85% | - |
| XYZ | 54.9 | 61.32 | 30.06 | - |
| YUV | 201.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 130 | 0 | 0.04 | 0.40 | 0.15 | 54.42 | 0.52 | 0.68 |
| Hex | D8 | D0 | 82 | 0 | 4 | 28 | F | 36 | 34 | 44 |
| Octal | 330 | 320 | 202 | 0 | 4 | 50 | 17 | 66 | 64 | 104 |
| Binary | 11011000 | 11010000 | 10000010 | 0 | 100 | 101000 | 1111 | 110110 | 110100 | 1000100 |
Color Harmonies of #D8D082
Complementary color
Monochromatic Colors of #D8D082
Black with #D8D082
Text Example
Text Example
White with #D8D082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D082; }
p { color: rgb(216,208,130); }
H1.HeaderClassName
{
color: #D8D082;
}
.AnyTagClassName
{
color: #D8D082;
}
</style>
background-color css
<style>
a { background-color: #D8D082; }
a { background-color: rgb(216,208,130); }
div.DivClassName
{
background-color: #D8D082;
}
.BgClassName
{
background-color: #D8D082;
}
</style>
border-color css
<style>
span { border-color: #D8D082; }
span { border-color: rgb(216,208,130); }
td.TdClassName
{
border-color: #D8D082;
}
.TagClassName
{
border-color: #D8D082;
}
</style>