Shades of Sandwisp #D6CF87
Tints of Sandwisp #D6CF87
RGB
CMYK
RGB Variations
Color information
#D6CF87 (or 0xD6CF87) is known color: Sandwisp. HEX triplet: D6, CF and 87. RGB value is (214,207,135). Sum of RGB (Red+Green+Blue) = 214+207+135=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 135 (53.12% from 255 or 24.28% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CF87 is #293078. Grayscale: #C9C9C9. Windows color (decimal): -2699385 or 8900566. OLE color: 8900566.
HSL color Cylindrical-coordinate representation of color #D6CF87: hue angle of 54.68º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D6CF87 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 135 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.16 |
| HSL | 54.68º | 0.49% | 0.68% | - |
| HSV(B) | 54.68º | 0.37% | 0.84% | - |
| XYZ | 54.42 | 60.67 | 31.76 | - |
| YUV | 200.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 135 | 0 | 0.03 | 0.37 | 0.16 | 54.68 | 0.49 | 0.68 |
| Hex | D6 | CF | 87 | 0 | 3 | 25 | 10 | 37 | 31 | 44 |
| Octal | 326 | 317 | 207 | 0 | 3 | 45 | 20 | 67 | 61 | 104 |
| Binary | 11010110 | 11001111 | 10000111 | 0 | 11 | 100101 | 10000 | 110111 | 110001 | 1000100 |
Color Harmonies of #D6CF87
Complementary color
Monochromatic Colors of #D6CF87
Black with #D6CF87
Text Example
Text Example
White with #D6CF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF87; }
p { color: rgb(214,207,135); }
H1.HeaderClassName
{
color: #D6CF87;
}
.AnyTagClassName
{
color: #D6CF87;
}
</style>
background-color css
<style>
a { background-color: #D6CF87; }
a { background-color: rgb(214,207,135); }
div.DivClassName
{
background-color: #D6CF87;
}
.BgClassName
{
background-color: #D6CF87;
}
</style>
border-color css
<style>
span { border-color: #D6CF87; }
span { border-color: rgb(214,207,135); }
td.TdClassName
{
border-color: #D6CF87;
}
.TagClassName
{
border-color: #D6CF87;
}
</style>