Shades of Sandwisp #D7CE84
Tints of Sandwisp #D7CE84
RGB
CMYK
RGB Variations
Color information
#D7CE84 (or 0xD7CE84) is known color: Sandwisp. HEX triplet: D7, CE and 84. RGB value is (215,206,132). Sum of RGB (Red+Green+Blue) = 215+206+132=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CE84 is #28317B. Grayscale: #C8C8C8. Windows color (decimal): -2634108 or 8703703. OLE color: 8703703.
HSL color Cylindrical-coordinate representation of color #D7CE84: hue angle of 53.49º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7CE84 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 132 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.16 |
| HSL | 53.49º | 0.51% | 0.68% | - |
| HSV(B) | 53.49º | 0.39% | 0.84% | - |
| XYZ | 54.26 | 60.26 | 30.6 | - |
| YUV | 200.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 132 | 0 | 0.04 | 0.39 | 0.16 | 53.49 | 0.51 | 0.68 |
| Hex | D7 | CE | 84 | 0 | 4 | 27 | 10 | 35 | 33 | 44 |
| Octal | 327 | 316 | 204 | 0 | 4 | 47 | 20 | 65 | 63 | 104 |
| Binary | 11010111 | 11001110 | 10000100 | 0 | 100 | 100111 | 10000 | 110101 | 110011 | 1000100 |
Color Harmonies of #D7CE84
Complementary color
Monochromatic Colors of #D7CE84
Black with #D7CE84
Text Example
Text Example
White with #D7CE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE84; }
p { color: rgb(215,206,132); }
H1.HeaderClassName
{
color: #D7CE84;
}
.AnyTagClassName
{
color: #D7CE84;
}
</style>
background-color css
<style>
a { background-color: #D7CE84; }
a { background-color: rgb(215,206,132); }
div.DivClassName
{
background-color: #D7CE84;
}
.BgClassName
{
background-color: #D7CE84;
}
</style>
border-color css
<style>
span { border-color: #D7CE84; }
span { border-color: rgb(215,206,132); }
td.TdClassName
{
border-color: #D7CE84;
}
.TagClassName
{
border-color: #D7CE84;
}
</style>