Shades of Sandwisp #D7CE80
Tints of Sandwisp #D7CE80
RGB
CMYK
RGB Variations
Color information
#D7CE80 (or 0xD7CE80) is known color: Sandwisp. HEX triplet: D7, CE and 80. RGB value is (215,206,128). Sum of RGB (Red+Green+Blue) = 215+206+128=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CE80 is #28317F. Grayscale: #C8C8C8. Windows color (decimal): -2634112 or 8441559. OLE color: 8441559.
HSL color Cylindrical-coordinate representation of color #D7CE80: hue angle of 53.79º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7CE80 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 128 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.16 |
| HSL | 53.79º | 0.52% | 0.67% | - |
| HSV(B) | 53.79º | 0.4% | 0.84% | - |
| XYZ | 53.99 | 60.15 | 29.19 | - |
| YUV | 199.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 128 | 0 | 0.04 | 0.40 | 0.16 | 53.79 | 0.52 | 0.67 |
| Hex | D7 | CE | 80 | 0 | 4 | 28 | 10 | 36 | 34 | 43 |
| Octal | 327 | 316 | 200 | 0 | 4 | 50 | 20 | 66 | 64 | 103 |
| Binary | 11010111 | 11001110 | 10000000 | 0 | 100 | 101000 | 10000 | 110110 | 110100 | 1000011 |
Color Harmonies of #D7CE80
Complementary color
Monochromatic Colors of #D7CE80
Black with #D7CE80
Text Example
Text Example
White with #D7CE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE80; }
p { color: rgb(215,206,128); }
H1.HeaderClassName
{
color: #D7CE80;
}
.AnyTagClassName
{
color: #D7CE80;
}
</style>
background-color css
<style>
a { background-color: #D7CE80; }
a { background-color: rgb(215,206,128); }
div.DivClassName
{
background-color: #D7CE80;
}
.BgClassName
{
background-color: #D7CE80;
}
</style>
border-color css
<style>
span { border-color: #D7CE80; }
span { border-color: rgb(215,206,128); }
td.TdClassName
{
border-color: #D7CE80;
}
.TagClassName
{
border-color: #D7CE80;
}
</style>