Shades of Sandwisp #D7CA80
Tints of Sandwisp #D7CA80
RGB
CMYK
RGB Variations
Color information
#D7CA80 (or 0xD7CA80) is known color: Sandwisp. HEX triplet: D7, CA and 80. RGB value is (215,202,128). Sum of RGB (Red+Green+Blue) = 215+202+128=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CA80 is #28357F. Grayscale: #C5C5C5. Windows color (decimal): -2635136 or 8440535. OLE color: 8440535.
HSL color Cylindrical-coordinate representation of color #D7CA80: hue angle of 51.03º 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 #D7CA80 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 202 | 128 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.16 |
| HSL | 51.03º | 0.52% | 0.67% | - |
| HSV(B) | 51.03º | 0.4% | 0.84% | - |
| XYZ | 53.04 | 58.25 | 28.87 | - |
| YUV | 197.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 202 | 128 | 0 | 0.06 | 0.40 | 0.16 | 51.03 | 0.52 | 0.67 |
| Hex | D7 | CA | 80 | 0 | 6 | 28 | 10 | 33 | 34 | 43 |
| Octal | 327 | 312 | 200 | 0 | 6 | 50 | 20 | 63 | 64 | 103 |
| Binary | 11010111 | 11001010 | 10000000 | 0 | 110 | 101000 | 10000 | 110011 | 110100 | 1000011 |
Color Harmonies of #D7CA80
Complementary color
Monochromatic Colors of #D7CA80
Black with #D7CA80
Text Example
Text Example
White with #D7CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CA80; }
p { color: rgb(215,202,128); }
H1.HeaderClassName
{
color: #D7CA80;
}
.AnyTagClassName
{
color: #D7CA80;
}
</style>
background-color css
<style>
a { background-color: #D7CA80; }
a { background-color: rgb(215,202,128); }
div.DivClassName
{
background-color: #D7CA80;
}
.BgClassName
{
background-color: #D7CA80;
}
</style>
border-color css
<style>
span { border-color: #D7CA80; }
span { border-color: rgb(215,202,128); }
td.TdClassName
{
border-color: #D7CA80;
}
.TagClassName
{
border-color: #D7CA80;
}
</style>