Shades of Sandwisp #D6CF7E
Tints of Sandwisp #D6CF7E
RGB
CMYK
RGB Variations
Color information
#D6CF7E (or 0xD6CF7E) is known color: Sandwisp. HEX triplet: D6, CF and 7E. RGB value is (214,207,126). Sum of RGB (Red+Green+Blue) = 214+207+126=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF7E is #293081. Grayscale: #C8C8C8. Windows color (decimal): -2699394 or 8310742. OLE color: 8310742.
HSL color Cylindrical-coordinate representation of color #D6CF7E: hue angle of 55.23º degrees, saturation: 0.52, 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 #D6CF7E is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 126 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.16 |
| HSL | 55.23º | 0.52% | 0.67% | - |
| HSV(B) | 55.23º | 0.41% | 0.84% | - |
| XYZ | 53.81 | 60.43 | 28.57 | - |
| YUV | 199.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 126 | 0 | 0.03 | 0.41 | 0.16 | 55.23 | 0.52 | 0.67 |
| Hex | D6 | CF | 7E | 0 | 3 | 29 | 10 | 37 | 34 | 43 |
| Octal | 326 | 317 | 176 | 0 | 3 | 51 | 20 | 67 | 64 | 103 |
| Binary | 11010110 | 11001111 | 1111110 | 0 | 11 | 101001 | 10000 | 110111 | 110100 | 1000011 |
Color Harmonies of #D6CF7E
Complementary color
Monochromatic Colors of #D6CF7E
Black with #D6CF7E
Text Example
Text Example
White with #D6CF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF7E; }
p { color: rgb(214,207,126); }
H1.HeaderClassName
{
color: #D6CF7E;
}
.AnyTagClassName
{
color: #D6CF7E;
}
</style>
background-color css
<style>
a { background-color: #D6CF7E; }
a { background-color: rgb(214,207,126); }
div.DivClassName
{
background-color: #D6CF7E;
}
.BgClassName
{
background-color: #D6CF7E;
}
</style>
border-color css
<style>
span { border-color: #D6CF7E; }
span { border-color: rgb(214,207,126); }
td.TdClassName
{
border-color: #D6CF7E;
}
.TagClassName
{
border-color: #D6CF7E;
}
</style>