Shades of Sandwisp #D8C87B
Tints of Sandwisp #D8C87B
RGB
CMYK
RGB Variations
Color information
#D8C87B (or 0xD8C87B) is known color: Sandwisp. HEX triplet: D8, C8 and 7B. RGB value is (216,200,123). Sum of RGB (Red+Green+Blue) = 216+200+123=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C87B is #273784. Grayscale: #C4C4C4. Windows color (decimal): -2570117 or 8112344. OLE color: 8112344.
HSL color Cylindrical-coordinate representation of color #D8C87B: hue angle of 49.68º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8C87B is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 200 | 123 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.15 |
| HSL | 49.68º | 0.54% | 0.66% | - |
| HSV(B) | 49.68º | 0.43% | 0.85% | - |
| XYZ | 52.55 | 57.34 | 27.04 | - |
| YUV | 196.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 123 | 0 | 0.07 | 0.43 | 0.15 | 49.68 | 0.54 | 0.66 |
| Hex | D8 | C8 | 7B | 0 | 7 | 2B | F | 32 | 36 | 42 |
| Octal | 330 | 310 | 173 | 0 | 7 | 53 | 17 | 62 | 66 | 102 |
| Binary | 11011000 | 11001000 | 1111011 | 0 | 111 | 101011 | 1111 | 110010 | 110110 | 1000010 |
Color Harmonies of #D8C87B
Complementary color
Monochromatic Colors of #D8C87B
Black with #D8C87B
Text Example
Text Example
White with #D8C87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C87B; }
p { color: rgb(216,200,123); }
H1.HeaderClassName
{
color: #D8C87B;
}
.AnyTagClassName
{
color: #D8C87B;
}
</style>
background-color css
<style>
a { background-color: #D8C87B; }
a { background-color: rgb(216,200,123); }
div.DivClassName
{
background-color: #D8C87B;
}
.BgClassName
{
background-color: #D8C87B;
}
</style>
border-color css
<style>
span { border-color: #D8C87B; }
span { border-color: rgb(216,200,123); }
td.TdClassName
{
border-color: #D8C87B;
}
.TagClassName
{
border-color: #D8C87B;
}
</style>