Shades of Sandwisp #D7CC80
Tints of Sandwisp #D7CC80
RGB
CMYK
RGB Variations
Color information
#D7CC80 (or 0xD7CC80) is known color: Sandwisp. HEX triplet: D7, CC and 80. RGB value is (215,204,128). Sum of RGB (Red+Green+Blue) = 215+204+128=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CC80 is #28337F. Grayscale: #C6C6C6. Windows color (decimal): -2634624 or 8441047. OLE color: 8441047.
HSL color Cylindrical-coordinate representation of color #D7CC80: hue angle of 52.41º 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 #D7CC80 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 204 | 128 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.16 |
| HSL | 52.41º | 0.52% | 0.67% | - |
| HSV(B) | 52.41º | 0.4% | 0.84% | - |
| XYZ | 53.51 | 59.19 | 29.03 | - |
| YUV | 198.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 204 | 128 | 0 | 0.05 | 0.40 | 0.16 | 52.41 | 0.52 | 0.67 |
| Hex | D7 | CC | 80 | 0 | 5 | 28 | 10 | 34 | 34 | 43 |
| Octal | 327 | 314 | 200 | 0 | 5 | 50 | 20 | 64 | 64 | 103 |
| Binary | 11010111 | 11001100 | 10000000 | 0 | 101 | 101000 | 10000 | 110100 | 110100 | 1000011 |
Color Harmonies of #D7CC80
Complementary color
Monochromatic Colors of #D7CC80
Black with #D7CC80
Text Example
Text Example
White with #D7CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CC80; }
p { color: rgb(215,204,128); }
H1.HeaderClassName
{
color: #D7CC80;
}
.AnyTagClassName
{
color: #D7CC80;
}
</style>
background-color css
<style>
a { background-color: #D7CC80; }
a { background-color: rgb(215,204,128); }
div.DivClassName
{
background-color: #D7CC80;
}
.BgClassName
{
background-color: #D7CC80;
}
</style>
border-color css
<style>
span { border-color: #D7CC80; }
span { border-color: rgb(215,204,128); }
td.TdClassName
{
border-color: #D7CC80;
}
.TagClassName
{
border-color: #D7CC80;
}
</style>