Shades of Sandwisp #D8CE8C
Tints of Sandwisp #D8CE8C
RGB
CMYK
RGB Variations
Color information
#D8CE8C (or 0xD8CE8C) is known color: Sandwisp. HEX triplet: D8, CE and 8C. RGB value is (216,206,140). Sum of RGB (Red+Green+Blue) = 216+206+140=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CE8C is #273173. Grayscale: #C9C9C9. Windows color (decimal): -2568564 or 9227992. OLE color: 9227992.
HSL color Cylindrical-coordinate representation of color #D8CE8C: hue angle of 52.11º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8CE8C is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 206 | 140 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.15 |
| HSL | 52.11º | 0.49% | 0.7% | - |
| HSV(B) | 52.11º | 0.35% | 0.85% | - |
| XYZ | 55.12 | 60.63 | 33.61 | - |
| YUV | 201.47 | 93.31 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 140 | 0 | 0.05 | 0.35 | 0.15 | 52.11 | 0.49 | 0.7 |
| Hex | D8 | CE | 8C | 0 | 5 | 23 | F | 34 | 31 | 46 |
| Octal | 330 | 316 | 214 | 0 | 5 | 43 | 17 | 64 | 61 | 106 |
| Binary | 11011000 | 11001110 | 10001100 | 0 | 101 | 100011 | 1111 | 110100 | 110001 | 1000110 |
Color Harmonies of #D8CE8C
Complementary color
Monochromatic Colors of #D8CE8C
Black with #D8CE8C
Text Example
Text Example
White with #D8CE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CE8C; }
p { color: rgb(216,206,140); }
H1.HeaderClassName
{
color: #D8CE8C;
}
.AnyTagClassName
{
color: #D8CE8C;
}
</style>
background-color css
<style>
a { background-color: #D8CE8C; }
a { background-color: rgb(216,206,140); }
div.DivClassName
{
background-color: #D8CE8C;
}
.BgClassName
{
background-color: #D8CE8C;
}
</style>
border-color css
<style>
span { border-color: #D8CE8C; }
span { border-color: rgb(216,206,140); }
td.TdClassName
{
border-color: #D8CE8C;
}
.TagClassName
{
border-color: #D8CE8C;
}
</style>