Shades of Sandwisp #D6CE7F
Tints of Sandwisp #D6CE7F
RGB
CMYK
RGB Variations
Color information
#D6CE7F (or 0xD6CE7F) is known color: Sandwisp. HEX triplet: D6, CE and 7F. RGB value is (214,206,127). Sum of RGB (Red+Green+Blue) = 214+206+127=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE7F is #293180. Grayscale: #C7C7C7. Windows color (decimal): -2699649 or 8376022. OLE color: 8376022.
HSL color Cylindrical-coordinate representation of color #D6CE7F: hue angle of 54.48º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6CE7F is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 127 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.16 |
| HSL | 54.48º | 0.51% | 0.67% | - |
| HSV(B) | 54.48º | 0.41% | 0.84% | - |
| XYZ | 53.63 | 59.97 | 28.83 | - |
| YUV | 199.39 | 87.15 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 127 | 0 | 0.04 | 0.41 | 0.16 | 54.48 | 0.51 | 0.67 |
| Hex | D6 | CE | 7F | 0 | 4 | 29 | 10 | 36 | 33 | 43 |
| Octal | 326 | 316 | 177 | 0 | 4 | 51 | 20 | 66 | 63 | 103 |
| Binary | 11010110 | 11001110 | 1111111 | 0 | 100 | 101001 | 10000 | 110110 | 110011 | 1000011 |
Color Harmonies of #D6CE7F
Complementary color
Monochromatic Colors of #D6CE7F
Black with #D6CE7F
Text Example
Text Example
White with #D6CE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CE7F; }
p { color: rgb(214,206,127); }
H1.HeaderClassName
{
color: #D6CE7F;
}
.AnyTagClassName
{
color: #D6CE7F;
}
</style>
background-color css
<style>
a { background-color: #D6CE7F; }
a { background-color: rgb(214,206,127); }
div.DivClassName
{
background-color: #D6CE7F;
}
.BgClassName
{
background-color: #D6CE7F;
}
</style>
border-color css
<style>
span { border-color: #D6CE7F; }
span { border-color: rgb(214,206,127); }
td.TdClassName
{
border-color: #D6CE7F;
}
.TagClassName
{
border-color: #D6CE7F;
}
</style>