Shades of Sandwisp #D7CE85
Tints of Sandwisp #D7CE85
RGB
CMYK
RGB Variations
Color information
#D7CE85 (or 0xD7CE85) is known color: Sandwisp. HEX triplet: D7, CE and 85. RGB value is (215,206,133). Sum of RGB (Red+Green+Blue) = 215+206+133=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CE85 is #28317A. Grayscale: #C8C8C8. Windows color (decimal): -2634107 or 8769239. OLE color: 8769239.
HSL color Cylindrical-coordinate representation of color #D7CE85: hue angle of 53.41º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7CE85 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 133 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.16 |
| HSL | 53.41º | 0.51% | 0.68% | - |
| HSV(B) | 53.41º | 0.38% | 0.84% | - |
| XYZ | 54.33 | 60.28 | 30.96 | - |
| YUV | 200.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 133 | 0 | 0.04 | 0.38 | 0.16 | 53.41 | 0.51 | 0.68 |
| Hex | D7 | CE | 85 | 0 | 4 | 26 | 10 | 35 | 33 | 44 |
| Octal | 327 | 316 | 205 | 0 | 4 | 46 | 20 | 65 | 63 | 104 |
| Binary | 11010111 | 11001110 | 10000101 | 0 | 100 | 100110 | 10000 | 110101 | 110011 | 1000100 |
Color Harmonies of #D7CE85
Complementary color
Monochromatic Colors of #D7CE85
Black with #D7CE85
Text Example
Text Example
White with #D7CE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE85; }
p { color: rgb(215,206,133); }
H1.HeaderClassName
{
color: #D7CE85;
}
.AnyTagClassName
{
color: #D7CE85;
}
</style>
background-color css
<style>
a { background-color: #D7CE85; }
a { background-color: rgb(215,206,133); }
div.DivClassName
{
background-color: #D7CE85;
}
.BgClassName
{
background-color: #D7CE85;
}
</style>
border-color css
<style>
span { border-color: #D7CE85; }
span { border-color: rgb(215,206,133); }
td.TdClassName
{
border-color: #D7CE85;
}
.TagClassName
{
border-color: #D7CE85;
}
</style>