Shades of Sandwisp #D7D07C
Tints of Sandwisp #D7D07C
RGB
CMYK
RGB Variations
Color information
#D7D07C (or 0xD7D07C) is known color: Sandwisp. HEX triplet: D7, D0 and 7C. RGB value is (215,208,124). Sum of RGB (Red+Green+Blue) = 215+208+124=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D07C is #282F83. Grayscale: #C8C8C8. Windows color (decimal): -2633604 or 8179927. OLE color: 8179927.
HSL color Cylindrical-coordinate representation of color #D7D07C: hue angle of 55.38º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7D07C is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 124 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.16 |
| HSL | 55.38º | 0.53% | 0.66% | - |
| HSV(B) | 55.38º | 0.42% | 0.84% | - |
| XYZ | 54.22 | 61.01 | 27.99 | - |
| YUV | 200.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 124 | 0 | 0.03 | 0.42 | 0.16 | 55.38 | 0.53 | 0.66 |
| Hex | D7 | D0 | 7C | 0 | 3 | 2A | 10 | 37 | 35 | 42 |
| Octal | 327 | 320 | 174 | 0 | 3 | 52 | 20 | 67 | 65 | 102 |
| Binary | 11010111 | 11010000 | 1111100 | 0 | 11 | 101010 | 10000 | 110111 | 110101 | 1000010 |
Color Harmonies of #D7D07C
Complementary color
Monochromatic Colors of #D7D07C
Black with #D7D07C
Text Example
Text Example
White with #D7D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D07C; }
p { color: rgb(215,208,124); }
H1.HeaderClassName
{
color: #D7D07C;
}
.AnyTagClassName
{
color: #D7D07C;
}
</style>
background-color css
<style>
a { background-color: #D7D07C; }
a { background-color: rgb(215,208,124); }
div.DivClassName
{
background-color: #D7D07C;
}
.BgClassName
{
background-color: #D7D07C;
}
</style>
border-color css
<style>
span { border-color: #D7D07C; }
span { border-color: rgb(215,208,124); }
td.TdClassName
{
border-color: #D7D07C;
}
.TagClassName
{
border-color: #D7D07C;
}
</style>