Shades of Sandwisp #D7CE88
Tints of Sandwisp #D7CE88
RGB
CMYK
RGB Variations
Color information
#D7CE88 (or 0xD7CE88) is known color: Sandwisp. HEX triplet: D7, CE and 88. RGB value is (215,206,136). Sum of RGB (Red+Green+Blue) = 215+206+136=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 136 (53.52% from 255 or 24.42% from 557); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CE88 is #283177. Grayscale: #C9C9C9. Windows color (decimal): -2634104 or 8965847. OLE color: 8965847.
HSL color Cylindrical-coordinate representation of color #D7CE88: hue angle of 53.16º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D7CE88 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 136 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.16 |
| HSL | 53.16º | 0.5% | 0.69% | - |
| HSV(B) | 53.16º | 0.37% | 0.84% | - |
| XYZ | 54.54 | 60.37 | 32.07 | - |
| YUV | 200.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 136 | 0 | 0.04 | 0.37 | 0.16 | 53.16 | 0.5 | 0.69 |
| Hex | D7 | CE | 88 | 0 | 4 | 25 | 10 | 35 | 32 | 45 |
| Octal | 327 | 316 | 210 | 0 | 4 | 45 | 20 | 65 | 62 | 105 |
| Binary | 11010111 | 11001110 | 10001000 | 0 | 100 | 100101 | 10000 | 110101 | 110010 | 1000101 |
Color Harmonies of #D7CE88
Complementary color
Monochromatic Colors of #D7CE88
Black with #D7CE88
Text Example
Text Example
White with #D7CE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE88; }
p { color: rgb(215,206,136); }
H1.HeaderClassName
{
color: #D7CE88;
}
.AnyTagClassName
{
color: #D7CE88;
}
</style>
background-color css
<style>
a { background-color: #D7CE88; }
a { background-color: rgb(215,206,136); }
div.DivClassName
{
background-color: #D7CE88;
}
.BgClassName
{
background-color: #D7CE88;
}
</style>
border-color css
<style>
span { border-color: #D7CE88; }
span { border-color: rgb(215,206,136); }
td.TdClassName
{
border-color: #D7CE88;
}
.TagClassName
{
border-color: #D7CE88;
}
</style>