Shades of Sandwisp #D7C97A
Tints of Sandwisp #D7C97A
RGB
CMYK
RGB Variations
Color information
#D7C97A (or 0xD7C97A) is known color: Sandwisp. HEX triplet: D7, C9 and 7A. RGB value is (215,201,122). Sum of RGB (Red+Green+Blue) = 215+201+122=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C97A is #283685. Grayscale: #C4C4C4. Windows color (decimal): -2635398 or 8047063. OLE color: 8047063.
HSL color Cylindrical-coordinate representation of color #D7C97A: hue angle of 50.97º degrees, saturation: 0.54, 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 #D7C97A is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 122 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.16 |
| HSL | 50.97º | 0.54% | 0.66% | - |
| HSV(B) | 50.97º | 0.43% | 0.84% | - |
| XYZ | 52.42 | 57.63 | 26.77 | - |
| YUV | 196.18 | 86.14 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 122 | 0 | 0.07 | 0.43 | 0.16 | 50.97 | 0.54 | 0.66 |
| Hex | D7 | C9 | 7A | 0 | 7 | 2B | 10 | 33 | 36 | 42 |
| Octal | 327 | 311 | 172 | 0 | 7 | 53 | 20 | 63 | 66 | 102 |
| Binary | 11010111 | 11001001 | 1111010 | 0 | 111 | 101011 | 10000 | 110011 | 110110 | 1000010 |
Color Harmonies of #D7C97A
Complementary color
Monochromatic Colors of #D7C97A
Black with #D7C97A
Text Example
Text Example
White with #D7C97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C97A; }
p { color: rgb(215,201,122); }
H1.HeaderClassName
{
color: #D7C97A;
}
.AnyTagClassName
{
color: #D7C97A;
}
</style>
background-color css
<style>
a { background-color: #D7C97A; }
a { background-color: rgb(215,201,122); }
div.DivClassName
{
background-color: #D7C97A;
}
.BgClassName
{
background-color: #D7C97A;
}
</style>
border-color css
<style>
span { border-color: #D7C97A; }
span { border-color: rgb(215,201,122); }
td.TdClassName
{
border-color: #D7C97A;
}
.TagClassName
{
border-color: #D7C97A;
}
</style>