Shades of Sandwisp #D6C97A
Tints of Sandwisp #D6C97A
RGB
CMYK
RGB Variations
Color information
#D6C97A (or 0xD6C97A) is known color: Sandwisp. HEX triplet: D6, C9 and 7A. RGB value is (214,201,122). Sum of RGB (Red+Green+Blue) = 214+201+122=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C97A is #293685. Grayscale: #C4C4C4. Windows color (decimal): -2700934 or 8047062. OLE color: 8047062.
HSL color Cylindrical-coordinate representation of color #D6C97A: hue angle of 51.52º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6C97A is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 122 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.16 |
| HSL | 51.52º | 0.53% | 0.66% | - |
| HSV(B) | 51.52º | 0.43% | 0.84% | - |
| XYZ | 52.13 | 57.47 | 26.76 | - |
| YUV | 195.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 122 | 0 | 0.06 | 0.43 | 0.16 | 51.52 | 0.53 | 0.66 |
| Hex | D6 | C9 | 7A | 0 | 6 | 2B | 10 | 34 | 35 | 42 |
| Octal | 326 | 311 | 172 | 0 | 6 | 53 | 20 | 64 | 65 | 102 |
| Binary | 11010110 | 11001001 | 1111010 | 0 | 110 | 101011 | 10000 | 110100 | 110101 | 1000010 |
Color Harmonies of #D6C97A
Complementary color
Monochromatic Colors of #D6C97A
Black with #D6C97A
Text Example
Text Example
White with #D6C97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C97A; }
p { color: rgb(214,201,122); }
H1.HeaderClassName
{
color: #D6C97A;
}
.AnyTagClassName
{
color: #D6C97A;
}
</style>
background-color css
<style>
a { background-color: #D6C97A; }
a { background-color: rgb(214,201,122); }
div.DivClassName
{
background-color: #D6C97A;
}
.BgClassName
{
background-color: #D6C97A;
}
</style>
border-color css
<style>
span { border-color: #D6C97A; }
span { border-color: rgb(214,201,122); }
td.TdClassName
{
border-color: #D6C97A;
}
.TagClassName
{
border-color: #D6C97A;
}
</style>