Shades of Sandwisp #D8CE7A
Tints of Sandwisp #D8CE7A
RGB
CMYK
RGB Variations
Color information
#D8CE7A (or 0xD8CE7A) is known color: Sandwisp. HEX triplet: D8, CE and 7A. RGB value is (216,206,122). Sum of RGB (Red+Green+Blue) = 216+206+122=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE7A is #273185. Grayscale: #C7C7C7. Windows color (decimal): -2568582 or 8048344. OLE color: 8048344.
HSL color Cylindrical-coordinate representation of color #D8CE7A: hue angle of 53.62º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8CE7A is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 206 | 122 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.15 |
| HSL | 53.62º | 0.55% | 0.66% | - |
| HSV(B) | 53.62º | 0.44% | 0.85% | - |
| XYZ | 53.9 | 60.15 | 27.18 | - |
| YUV | 199.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 122 | 0 | 0.05 | 0.44 | 0.15 | 53.62 | 0.55 | 0.66 |
| Hex | D8 | CE | 7A | 0 | 5 | 2C | F | 36 | 37 | 42 |
| Octal | 330 | 316 | 172 | 0 | 5 | 54 | 17 | 66 | 67 | 102 |
| Binary | 11011000 | 11001110 | 1111010 | 0 | 101 | 101100 | 1111 | 110110 | 110111 | 1000010 |
Color Harmonies of #D8CE7A
Complementary color
Monochromatic Colors of #D8CE7A
Black with #D8CE7A
Text Example
Text Example
White with #D8CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CE7A; }
p { color: rgb(216,206,122); }
H1.HeaderClassName
{
color: #D8CE7A;
}
.AnyTagClassName
{
color: #D8CE7A;
}
</style>
background-color css
<style>
a { background-color: #D8CE7A; }
a { background-color: rgb(216,206,122); }
div.DivClassName
{
background-color: #D8CE7A;
}
.BgClassName
{
background-color: #D8CE7A;
}
</style>
border-color css
<style>
span { border-color: #D8CE7A; }
span { border-color: rgb(216,206,122); }
td.TdClassName
{
border-color: #D8CE7A;
}
.TagClassName
{
border-color: #D8CE7A;
}
</style>