Shades of Sandwisp #D9C88C
Tints of Sandwisp #D9C88C
RGB
CMYK
RGB Variations
Color information
#D9C88C (or 0xD9C88C) is known color: Sandwisp. HEX triplet: D9, C8 and 8C. RGB value is (217,200,140). Sum of RGB (Red+Green+Blue) = 217+200+140=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C88C is #263773. Grayscale: #C6C6C6. Windows color (decimal): -2504564 or 9226457. OLE color: 9226457.
HSL color Cylindrical-coordinate representation of color #D9C88C: hue angle of 46.75º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9C88C is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 140 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.15 |
| HSL | 46.75º | 0.5% | 0.7% | - |
| HSV(B) | 46.75º | 0.35% | 0.85% | - |
| XYZ | 54 | 57.95 | 33.15 | - |
| YUV | 198.24 | 95.13 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 140 | 0 | 0.08 | 0.35 | 0.15 | 46.75 | 0.5 | 0.7 |
| Hex | D9 | C8 | 8C | 0 | 8 | 23 | F | 2F | 32 | 46 |
| Octal | 331 | 310 | 214 | 0 | 10 | 43 | 17 | 57 | 62 | 106 |
| Binary | 11011001 | 11001000 | 10001100 | 0 | 1000 | 100011 | 1111 | 101111 | 110010 | 1000110 |
Color Harmonies of #D9C88C
Complementary color
Monochromatic Colors of #D9C88C
Black with #D9C88C
Text Example
Text Example
White with #D9C88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C88C; }
p { color: rgb(217,200,140); }
H1.HeaderClassName
{
color: #D9C88C;
}
.AnyTagClassName
{
color: #D9C88C;
}
</style>
background-color css
<style>
a { background-color: #D9C88C; }
a { background-color: rgb(217,200,140); }
div.DivClassName
{
background-color: #D9C88C;
}
.BgClassName
{
background-color: #D9C88C;
}
</style>
border-color css
<style>
span { border-color: #D9C88C; }
span { border-color: rgb(217,200,140); }
td.TdClassName
{
border-color: #D9C88C;
}
.TagClassName
{
border-color: #D9C88C;
}
</style>