Shades of Sandwisp #D6CA77
Tints of Sandwisp #D6CA77
RGB
CMYK
RGB Variations
Color information
#D6CA77 (or 0xD6CA77) is known color: Sandwisp. HEX triplet: D6, CA and 77. RGB value is (214,202,119). Sum of RGB (Red+Green+Blue) = 214+202+119=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 119 (46.88% from 255 or 22.24% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CA77 is #293588. Grayscale: #C4C4C4. Windows color (decimal): -2700681 or 7850710. OLE color: 7850710.
HSL color Cylindrical-coordinate representation of color #D6CA77: hue angle of 52.42º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6CA77 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 119 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.16 |
| HSL | 52.42º | 0.54% | 0.65% | - |
| HSV(B) | 52.42º | 0.44% | 0.84% | - |
| XYZ | 52.18 | 57.87 | 25.87 | - |
| YUV | 196.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 119 | 0 | 0.06 | 0.44 | 0.16 | 52.42 | 0.54 | 0.65 |
| Hex | D6 | CA | 77 | 0 | 6 | 2C | 10 | 34 | 36 | 41 |
| Octal | 326 | 312 | 167 | 0 | 6 | 54 | 20 | 64 | 66 | 101 |
| Binary | 11010110 | 11001010 | 1110111 | 0 | 110 | 101100 | 10000 | 110100 | 110110 | 1000001 |
Color Harmonies of #D6CA77
Complementary color
Monochromatic Colors of #D6CA77
Black with #D6CA77
Text Example
Text Example
White with #D6CA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA77; }
p { color: rgb(214,202,119); }
H1.HeaderClassName
{
color: #D6CA77;
}
.AnyTagClassName
{
color: #D6CA77;
}
</style>
background-color css
<style>
a { background-color: #D6CA77; }
a { background-color: rgb(214,202,119); }
div.DivClassName
{
background-color: #D6CA77;
}
.BgClassName
{
background-color: #D6CA77;
}
</style>
border-color css
<style>
span { border-color: #D6CA77; }
span { border-color: rgb(214,202,119); }
td.TdClassName
{
border-color: #D6CA77;
}
.TagClassName
{
border-color: #D6CA77;
}
</style>