Shades of Sandwisp #D8C47E
Tints of Sandwisp #D8C47E
RGB
CMYK
RGB Variations
Color information
#D8C47E (or 0xD8C47E) is known color: Sandwisp. HEX triplet: D8, C4 and 7E. RGB value is (216,196,126). Sum of RGB (Red+Green+Blue) = 216+196+126=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C47E is #273B81. Grayscale: #C2C2C2. Windows color (decimal): -2571138 or 8307928. OLE color: 8307928.
HSL color Cylindrical-coordinate representation of color #D8C47E: hue angle of 46.67º 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 #D8C47E is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 126 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.15 |
| HSL | 46.67º | 0.54% | 0.67% | - |
| HSV(B) | 46.67º | 0.42% | 0.85% | - |
| XYZ | 51.82 | 55.59 | 27.74 | - |
| YUV | 194 | 89.63 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 126 | 0 | 0.09 | 0.42 | 0.15 | 46.67 | 0.54 | 0.67 |
| Hex | D8 | C4 | 7E | 0 | 9 | 2A | F | 2F | 36 | 43 |
| Octal | 330 | 304 | 176 | 0 | 11 | 52 | 17 | 57 | 66 | 103 |
| Binary | 11011000 | 11000100 | 1111110 | 0 | 1001 | 101010 | 1111 | 101111 | 110110 | 1000011 |
Color Harmonies of #D8C47E
Complementary color
Monochromatic Colors of #D8C47E
Black with #D8C47E
Text Example
Text Example
White with #D8C47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C47E; }
p { color: rgb(216,196,126); }
H1.HeaderClassName
{
color: #D8C47E;
}
.AnyTagClassName
{
color: #D8C47E;
}
</style>
background-color css
<style>
a { background-color: #D8C47E; }
a { background-color: rgb(216,196,126); }
div.DivClassName
{
background-color: #D8C47E;
}
.BgClassName
{
background-color: #D8C47E;
}
</style>
border-color css
<style>
span { border-color: #D8C47E; }
span { border-color: rgb(216,196,126); }
td.TdClassName
{
border-color: #D8C47E;
}
.TagClassName
{
border-color: #D8C47E;
}
</style>