Shades of Sandwisp #D8C97D
Tints of Sandwisp #D8C97D
RGB
CMYK
RGB Variations
Color information
#D8C97D (or 0xD8C97D) is known color: Sandwisp. HEX triplet: D8, C9 and 7D. RGB value is (216,201,125). Sum of RGB (Red+Green+Blue) = 216+201+125=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C97D is #273682. Grayscale: #C5C5C5. Windows color (decimal): -2569859 or 8243672. OLE color: 8243672.
HSL color Cylindrical-coordinate representation of color #D8C97D: hue angle of 50.11º degrees, saturation: 0.54, 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 #D8C97D is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 125 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.15 |
| HSL | 50.11º | 0.54% | 0.67% | - |
| HSV(B) | 50.11º | 0.42% | 0.85% | - |
| XYZ | 52.91 | 57.85 | 27.78 | - |
| YUV | 196.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 125 | 0 | 0.07 | 0.42 | 0.15 | 50.11 | 0.54 | 0.67 |
| Hex | D8 | C9 | 7D | 0 | 7 | 2A | F | 32 | 36 | 43 |
| Octal | 330 | 311 | 175 | 0 | 7 | 52 | 17 | 62 | 66 | 103 |
| Binary | 11011000 | 11001001 | 1111101 | 0 | 111 | 101010 | 1111 | 110010 | 110110 | 1000011 |
Color Harmonies of #D8C97D
Complementary color
Monochromatic Colors of #D8C97D
Black with #D8C97D
Text Example
Text Example
White with #D8C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C97D; }
p { color: rgb(216,201,125); }
H1.HeaderClassName
{
color: #D8C97D;
}
.AnyTagClassName
{
color: #D8C97D;
}
</style>
background-color css
<style>
a { background-color: #D8C97D; }
a { background-color: rgb(216,201,125); }
div.DivClassName
{
background-color: #D8C97D;
}
.BgClassName
{
background-color: #D8C97D;
}
</style>
border-color css
<style>
span { border-color: #D8C97D; }
span { border-color: rgb(216,201,125); }
td.TdClassName
{
border-color: #D8C97D;
}
.TagClassName
{
border-color: #D8C97D;
}
</style>