Shades of Sandwisp #D6CE85
Tints of Sandwisp #D6CE85
RGB
CMYK
RGB Variations
Color information
#D6CE85 (or 0xD6CE85) is known color: Sandwisp. HEX triplet: D6, CE and 85. RGB value is (214,206,133). Sum of RGB (Red+Green+Blue) = 214+206+133=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CE85 is #29317A. Grayscale: #C8C8C8. Windows color (decimal): -2699643 or 8769238. OLE color: 8769238.
HSL color Cylindrical-coordinate representation of color #D6CE85: hue angle of 54.07º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6CE85 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 133 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.16 |
| HSL | 54.07º | 0.5% | 0.68% | - |
| HSV(B) | 54.07º | 0.38% | 0.84% | - |
| XYZ | 54.04 | 60.13 | 30.95 | - |
| YUV | 200.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 133 | 0 | 0.04 | 0.38 | 0.16 | 54.07 | 0.5 | 0.68 |
| Hex | D6 | CE | 85 | 0 | 4 | 26 | 10 | 36 | 32 | 44 |
| Octal | 326 | 316 | 205 | 0 | 4 | 46 | 20 | 66 | 62 | 104 |
| Binary | 11010110 | 11001110 | 10000101 | 0 | 100 | 100110 | 10000 | 110110 | 110010 | 1000100 |
Color Harmonies of #D6CE85
Complementary color
Monochromatic Colors of #D6CE85
Black with #D6CE85
Text Example
Text Example
White with #D6CE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CE85; }
p { color: rgb(214,206,133); }
H1.HeaderClassName
{
color: #D6CE85;
}
.AnyTagClassName
{
color: #D6CE85;
}
</style>
background-color css
<style>
a { background-color: #D6CE85; }
a { background-color: rgb(214,206,133); }
div.DivClassName
{
background-color: #D6CE85;
}
.BgClassName
{
background-color: #D6CE85;
}
</style>
border-color css
<style>
span { border-color: #D6CE85; }
span { border-color: rgb(214,206,133); }
td.TdClassName
{
border-color: #D6CE85;
}
.TagClassName
{
border-color: #D6CE85;
}
</style>