Shades of Sandwisp #D9C88B
Tints of Sandwisp #D9C88B
RGB
CMYK
RGB Variations
Color information
#D9C88B (or 0xD9C88B) is known color: Sandwisp. HEX triplet: D9, C8 and 8B. RGB value is (217,200,139). Sum of RGB (Red+Green+Blue) = 217+200+139=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C88B is #263774. Grayscale: #C6C6C6. Windows color (decimal): -2504565 or 9160921. OLE color: 9160921.
HSL color Cylindrical-coordinate representation of color #D9C88B: hue angle of 46.92º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9C88B is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 139 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.15 |
| HSL | 46.92º | 0.51% | 0.7% | - |
| HSV(B) | 46.92º | 0.36% | 0.85% | - |
| XYZ | 53.93 | 57.92 | 32.76 | - |
| YUV | 198.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 139 | 0 | 0.08 | 0.36 | 0.15 | 46.92 | 0.51 | 0.7 |
| Hex | D9 | C8 | 8B | 0 | 8 | 24 | F | 2F | 33 | 46 |
| Octal | 331 | 310 | 213 | 0 | 10 | 44 | 17 | 57 | 63 | 106 |
| Binary | 11011001 | 11001000 | 10001011 | 0 | 1000 | 100100 | 1111 | 101111 | 110011 | 1000110 |
Color Harmonies of #D9C88B
Complementary color
Monochromatic Colors of #D9C88B
Black with #D9C88B
Text Example
Text Example
White with #D9C88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C88B; }
p { color: rgb(217,200,139); }
H1.HeaderClassName
{
color: #D9C88B;
}
.AnyTagClassName
{
color: #D9C88B;
}
</style>
background-color css
<style>
a { background-color: #D9C88B; }
a { background-color: rgb(217,200,139); }
div.DivClassName
{
background-color: #D9C88B;
}
.BgClassName
{
background-color: #D9C88B;
}
</style>
border-color css
<style>
span { border-color: #D9C88B; }
span { border-color: rgb(217,200,139); }
td.TdClassName
{
border-color: #D9C88B;
}
.TagClassName
{
border-color: #D9C88B;
}
</style>