Shades of Sandwisp #D9C97C
Tints of Sandwisp #D9C97C
RGB
CMYK
RGB Variations
Color information
#D9C97C (or 0xD9C97C) is known color: Sandwisp. HEX triplet: D9, C9 and 7C. RGB value is (217,201,124). Sum of RGB (Red+Green+Blue) = 217+201+124=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C97C is #263683. Grayscale: #C5C5C5. Windows color (decimal): -2504324 or 8178137. OLE color: 8178137.
HSL color Cylindrical-coordinate representation of color #D9C97C: hue angle of 49.68º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9C97C is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 124 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.15 |
| HSL | 49.68º | 0.55% | 0.67% | - |
| HSV(B) | 49.68º | 0.43% | 0.85% | - |
| XYZ | 53.14 | 57.98 | 27.46 | - |
| YUV | 197.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 124 | 0 | 0.07 | 0.43 | 0.15 | 49.68 | 0.55 | 0.67 |
| Hex | D9 | C9 | 7C | 0 | 7 | 2B | F | 32 | 37 | 43 |
| Octal | 331 | 311 | 174 | 0 | 7 | 53 | 17 | 62 | 67 | 103 |
| Binary | 11011001 | 11001001 | 1111100 | 0 | 111 | 101011 | 1111 | 110010 | 110111 | 1000011 |
Color Harmonies of #D9C97C
Complementary color
Monochromatic Colors of #D9C97C
Black with #D9C97C
Text Example
Text Example
White with #D9C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C97C; }
p { color: rgb(217,201,124); }
H1.HeaderClassName
{
color: #D9C97C;
}
.AnyTagClassName
{
color: #D9C97C;
}
</style>
background-color css
<style>
a { background-color: #D9C97C; }
a { background-color: rgb(217,201,124); }
div.DivClassName
{
background-color: #D9C97C;
}
.BgClassName
{
background-color: #D9C97C;
}
</style>
border-color css
<style>
span { border-color: #D9C97C; }
span { border-color: rgb(217,201,124); }
td.TdClassName
{
border-color: #D9C97C;
}
.TagClassName
{
border-color: #D9C97C;
}
</style>