Shades of Sandwisp #D9C885
Tints of Sandwisp #D9C885
RGB
CMYK
RGB Variations
Color information
#D9C885 (or 0xD9C885) is known color: Sandwisp. HEX triplet: D9, C8 and 85. RGB value is (217,200,133). Sum of RGB (Red+Green+Blue) = 217+200+133=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C885 is #26377A. Grayscale: #C5C5C5. Windows color (decimal): -2504571 or 8767705. OLE color: 8767705.
HSL color Cylindrical-coordinate representation of color #D9C885: hue angle of 47.86º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9C885 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 133 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.15 |
| HSL | 47.86º | 0.53% | 0.69% | - |
| HSV(B) | 47.86º | 0.39% | 0.85% | - |
| XYZ | 53.5 | 57.75 | 30.52 | - |
| YUV | 197.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 133 | 0 | 0.08 | 0.39 | 0.15 | 47.86 | 0.53 | 0.69 |
| Hex | D9 | C8 | 85 | 0 | 8 | 27 | F | 30 | 34 | 45 |
| Octal | 331 | 310 | 205 | 0 | 10 | 47 | 17 | 60 | 64 | 105 |
| Binary | 11011001 | 11001000 | 10000101 | 0 | 1000 | 100111 | 1111 | 110000 | 110100 | 1000101 |
Color Harmonies of #D9C885
Complementary color
Monochromatic Colors of #D9C885
Black with #D9C885
Text Example
Text Example
White with #D9C885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C885; }
p { color: rgb(217,200,133); }
H1.HeaderClassName
{
color: #D9C885;
}
.AnyTagClassName
{
color: #D9C885;
}
</style>
background-color css
<style>
a { background-color: #D9C885; }
a { background-color: rgb(217,200,133); }
div.DivClassName
{
background-color: #D9C885;
}
.BgClassName
{
background-color: #D9C885;
}
</style>
border-color css
<style>
span { border-color: #D9C885; }
span { border-color: rgb(217,200,133); }
td.TdClassName
{
border-color: #D9C885;
}
.TagClassName
{
border-color: #D9C885;
}
</style>