Shades of Sandwisp #D7CA85
Tints of Sandwisp #D7CA85
RGB
CMYK
RGB Variations
Color information
#D7CA85 (or 0xD7CA85) is known color: Sandwisp. HEX triplet: D7, CA and 85. RGB value is (215,202,133). Sum of RGB (Red+Green+Blue) = 215+202+133=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CA85 is #28357A. Grayscale: #C6C6C6. Windows color (decimal): -2635131 or 8768215. OLE color: 8768215.
HSL color Cylindrical-coordinate representation of color #D7CA85: hue angle of 50.49º 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 #D7CA85 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 202 | 133 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.16 |
| HSL | 50.49º | 0.51% | 0.68% | - |
| HSV(B) | 50.49º | 0.38% | 0.84% | - |
| XYZ | 53.38 | 58.38 | 30.65 | - |
| YUV | 198.02 | 91.31 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 202 | 133 | 0 | 0.06 | 0.38 | 0.16 | 50.49 | 0.51 | 0.68 |
| Hex | D7 | CA | 85 | 0 | 6 | 26 | 10 | 32 | 33 | 44 |
| Octal | 327 | 312 | 205 | 0 | 6 | 46 | 20 | 62 | 63 | 104 |
| Binary | 11010111 | 11001010 | 10000101 | 0 | 110 | 100110 | 10000 | 110010 | 110011 | 1000100 |
Color Harmonies of #D7CA85
Complementary color
Monochromatic Colors of #D7CA85
Black with #D7CA85
Text Example
Text Example
White with #D7CA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CA85; }
p { color: rgb(215,202,133); }
H1.HeaderClassName
{
color: #D7CA85;
}
.AnyTagClassName
{
color: #D7CA85;
}
</style>
background-color css
<style>
a { background-color: #D7CA85; }
a { background-color: rgb(215,202,133); }
div.DivClassName
{
background-color: #D7CA85;
}
.BgClassName
{
background-color: #D7CA85;
}
</style>
border-color css
<style>
span { border-color: #D7CA85; }
span { border-color: rgb(215,202,133); }
td.TdClassName
{
border-color: #D7CA85;
}
.TagClassName
{
border-color: #D7CA85;
}
</style>