Shades of Sandwisp #D7CB76
Tints of Sandwisp #D7CB76
RGB
CMYK
RGB Variations
Color information
#D7CB76 (or 0xD7CB76) is known color: Sandwisp. HEX triplet: D7, CB and 76. RGB value is (215,203,118). Sum of RGB (Red+Green+Blue) = 215+203+118=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CB76 is #283489. Grayscale: #C5C5C5. Windows color (decimal): -2634890 or 7785431. OLE color: 7785431.
HSL color Cylindrical-coordinate representation of color #D7CB76: hue angle of 52.58º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7CB76 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 118 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.16 |
| HSL | 52.58º | 0.55% | 0.65% | - |
| HSV(B) | 52.58º | 0.45% | 0.84% | - |
| XYZ | 52.65 | 58.47 | 25.65 | - |
| YUV | 196.9 | 83.48 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 118 | 0 | 0.06 | 0.45 | 0.16 | 52.58 | 0.55 | 0.65 |
| Hex | D7 | CB | 76 | 0 | 6 | 2D | 10 | 35 | 37 | 41 |
| Octal | 327 | 313 | 166 | 0 | 6 | 55 | 20 | 65 | 67 | 101 |
| Binary | 11010111 | 11001011 | 1110110 | 0 | 110 | 101101 | 10000 | 110101 | 110111 | 1000001 |
Color Harmonies of #D7CB76
Complementary color
Monochromatic Colors of #D7CB76
Black with #D7CB76
Text Example
Text Example
White with #D7CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB76; }
p { color: rgb(215,203,118); }
H1.HeaderClassName
{
color: #D7CB76;
}
.AnyTagClassName
{
color: #D7CB76;
}
</style>
background-color css
<style>
a { background-color: #D7CB76; }
a { background-color: rgb(215,203,118); }
div.DivClassName
{
background-color: #D7CB76;
}
.BgClassName
{
background-color: #D7CB76;
}
</style>
border-color css
<style>
span { border-color: #D7CB76; }
span { border-color: rgb(215,203,118); }
td.TdClassName
{
border-color: #D7CB76;
}
.TagClassName
{
border-color: #D7CB76;
}
</style>