Shades of Sandwisp #D7C97D
Tints of Sandwisp #D7C97D
RGB
CMYK
RGB Variations
Color information
#D7C97D (or 0xD7C97D) is known color: Sandwisp. HEX triplet: D7, C9 and 7D. RGB value is (215,201,125). Sum of RGB (Red+Green+Blue) = 215+201+125=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C97D is #283682. Grayscale: #C4C4C4. Windows color (decimal): -2635395 or 8243671. OLE color: 8243671.
HSL color Cylindrical-coordinate representation of color #D7C97D: hue angle of 50.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7C97D is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 125 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.16 |
| HSL | 50.67º | 0.53% | 0.67% | - |
| HSV(B) | 50.67º | 0.42% | 0.84% | - |
| XYZ | 52.61 | 57.7 | 27.77 | - |
| YUV | 196.52 | 87.64 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 125 | 0 | 0.07 | 0.42 | 0.16 | 50.67 | 0.53 | 0.67 |
| Hex | D7 | C9 | 7D | 0 | 7 | 2A | 10 | 33 | 35 | 43 |
| Octal | 327 | 311 | 175 | 0 | 7 | 52 | 20 | 63 | 65 | 103 |
| Binary | 11010111 | 11001001 | 1111101 | 0 | 111 | 101010 | 10000 | 110011 | 110101 | 1000011 |
Color Harmonies of #D7C97D
Complementary color
Monochromatic Colors of #D7C97D
Black with #D7C97D
Text Example
Text Example
White with #D7C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C97D; }
p { color: rgb(215,201,125); }
H1.HeaderClassName
{
color: #D7C97D;
}
.AnyTagClassName
{
color: #D7C97D;
}
</style>
background-color css
<style>
a { background-color: #D7C97D; }
a { background-color: rgb(215,201,125); }
div.DivClassName
{
background-color: #D7C97D;
}
.BgClassName
{
background-color: #D7C97D;
}
</style>
border-color css
<style>
span { border-color: #D7C97D; }
span { border-color: rgb(215,201,125); }
td.TdClassName
{
border-color: #D7C97D;
}
.TagClassName
{
border-color: #D7C97D;
}
</style>