Shades of Sandwisp #D9C87D
Tints of Sandwisp #D9C87D
RGB
CMYK
RGB Variations
Color information
#D9C87D (or 0xD9C87D) is known color: Sandwisp. HEX triplet: D9, C8 and 7D. RGB value is (217,200,125). Sum of RGB (Red+Green+Blue) = 217+200+125=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C87D is #263782. Grayscale: #C4C4C4. Windows color (decimal): -2504579 or 8243417. OLE color: 8243417.
HSL color Cylindrical-coordinate representation of color #D9C87D: hue angle of 48.91º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9C87D is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 200 | 125 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.15 |
| HSL | 48.91º | 0.55% | 0.67% | - |
| HSV(B) | 48.91º | 0.42% | 0.85% | - |
| XYZ | 52.97 | 57.54 | 27.72 | - |
| YUV | 196.53 | 87.63 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 200 | 125 | 0 | 0.08 | 0.42 | 0.15 | 48.91 | 0.55 | 0.67 |
| Hex | D9 | C8 | 7D | 0 | 8 | 2A | F | 31 | 37 | 43 |
| Octal | 331 | 310 | 175 | 0 | 10 | 52 | 17 | 61 | 67 | 103 |
| Binary | 11011001 | 11001000 | 1111101 | 0 | 1000 | 101010 | 1111 | 110001 | 110111 | 1000011 |
Color Harmonies of #D9C87D
Complementary color
Monochromatic Colors of #D9C87D
Black with #D9C87D
Text Example
Text Example
White with #D9C87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C87D; }
p { color: rgb(217,200,125); }
H1.HeaderClassName
{
color: #D9C87D;
}
.AnyTagClassName
{
color: #D9C87D;
}
</style>
background-color css
<style>
a { background-color: #D9C87D; }
a { background-color: rgb(217,200,125); }
div.DivClassName
{
background-color: #D9C87D;
}
.BgClassName
{
background-color: #D9C87D;
}
</style>
border-color css
<style>
span { border-color: #D9C87D; }
span { border-color: rgb(217,200,125); }
td.TdClassName
{
border-color: #D9C87D;
}
.TagClassName
{
border-color: #D9C87D;
}
</style>