Shades of Sandwisp #D6CE80
Tints of Sandwisp #D6CE80
RGB
CMYK
RGB Variations
Color information
#D6CE80 (or 0xD6CE80) is known color: Sandwisp. HEX triplet: D6, CE and 80. RGB value is (214,206,128). Sum of RGB (Red+Green+Blue) = 214+206+128=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CE80 is #29317F. Grayscale: #C7C7C7. Windows color (decimal): -2699648 or 8441558. OLE color: 8441558.
HSL color Cylindrical-coordinate representation of color #D6CE80: hue angle of 54.42º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6CE80 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 128 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.16 |
| HSL | 54.42º | 0.51% | 0.67% | - |
| HSV(B) | 54.42º | 0.4% | 0.84% | - |
| XYZ | 53.7 | 60 | 29.17 | - |
| YUV | 199.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 128 | 0 | 0.04 | 0.40 | 0.16 | 54.42 | 0.51 | 0.67 |
| Hex | D6 | CE | 80 | 0 | 4 | 28 | 10 | 36 | 33 | 43 |
| Octal | 326 | 316 | 200 | 0 | 4 | 50 | 20 | 66 | 63 | 103 |
| Binary | 11010110 | 11001110 | 10000000 | 0 | 100 | 101000 | 10000 | 110110 | 110011 | 1000011 |
Color Harmonies of #D6CE80
Complementary color
Monochromatic Colors of #D6CE80
Black with #D6CE80
Text Example
Text Example
White with #D6CE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CE80; }
p { color: rgb(214,206,128); }
H1.HeaderClassName
{
color: #D6CE80;
}
.AnyTagClassName
{
color: #D6CE80;
}
</style>
background-color css
<style>
a { background-color: #D6CE80; }
a { background-color: rgb(214,206,128); }
div.DivClassName
{
background-color: #D6CE80;
}
.BgClassName
{
background-color: #D6CE80;
}
</style>
border-color css
<style>
span { border-color: #D6CE80; }
span { border-color: rgb(214,206,128); }
td.TdClassName
{
border-color: #D6CE80;
}
.TagClassName
{
border-color: #D6CE80;
}
</style>