Shades of Sandwisp #D8C77C
Tints of Sandwisp #D8C77C
RGB
CMYK
RGB Variations
Color information
#D8C77C (or 0xD8C77C) is known color: Sandwisp. HEX triplet: D8, C7 and 7C. RGB value is (216,199,124). Sum of RGB (Red+Green+Blue) = 216+199+124=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C77C is #273883. Grayscale: #C3C3C3. Windows color (decimal): -2570372 or 8177624. OLE color: 8177624.
HSL color Cylindrical-coordinate representation of color #D8C77C: hue angle of 48.91º degrees, saturation: 0.54, 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 #D8C77C is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 199 | 124 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.15 |
| HSL | 48.91º | 0.54% | 0.67% | - |
| HSV(B) | 48.91º | 0.43% | 0.85% | - |
| XYZ | 52.38 | 56.9 | 27.29 | - |
| YUV | 195.53 | 87.63 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 199 | 124 | 0 | 0.08 | 0.43 | 0.15 | 48.91 | 0.54 | 0.67 |
| Hex | D8 | C7 | 7C | 0 | 8 | 2B | F | 31 | 36 | 43 |
| Octal | 330 | 307 | 174 | 0 | 10 | 53 | 17 | 61 | 66 | 103 |
| Binary | 11011000 | 11000111 | 1111100 | 0 | 1000 | 101011 | 1111 | 110001 | 110110 | 1000011 |
Color Harmonies of #D8C77C
Complementary color
Monochromatic Colors of #D8C77C
Black with #D8C77C
Text Example
Text Example
White with #D8C77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C77C; }
p { color: rgb(216,199,124); }
H1.HeaderClassName
{
color: #D8C77C;
}
.AnyTagClassName
{
color: #D8C77C;
}
</style>
background-color css
<style>
a { background-color: #D8C77C; }
a { background-color: rgb(216,199,124); }
div.DivClassName
{
background-color: #D8C77C;
}
.BgClassName
{
background-color: #D8C77C;
}
</style>
border-color css
<style>
span { border-color: #D8C77C; }
span { border-color: rgb(216,199,124); }
td.TdClassName
{
border-color: #D8C77C;
}
.TagClassName
{
border-color: #D8C77C;
}
</style>