Shades of Sandwisp #D7D07E
Tints of Sandwisp #D7D07E
RGB
CMYK
RGB Variations
Color information
#D7D07E (or 0xD7D07E) is known color: Sandwisp. HEX triplet: D7, D0 and 7E. RGB value is (215,208,126). Sum of RGB (Red+Green+Blue) = 215+208+126=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 126 (49.61% from 255 or 22.95% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D07E is #282F81. Grayscale: #C9C9C9. Windows color (decimal): -2633602 or 8310999. OLE color: 8310999.
HSL color Cylindrical-coordinate representation of color #D7D07E: hue angle of 55.28º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7D07E is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 126 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.16 |
| HSL | 55.28º | 0.53% | 0.67% | - |
| HSV(B) | 55.28º | 0.41% | 0.84% | - |
| XYZ | 54.35 | 61.07 | 28.66 | - |
| YUV | 200.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 126 | 0 | 0.03 | 0.41 | 0.16 | 55.28 | 0.53 | 0.67 |
| Hex | D7 | D0 | 7E | 0 | 3 | 29 | 10 | 37 | 35 | 43 |
| Octal | 327 | 320 | 176 | 0 | 3 | 51 | 20 | 67 | 65 | 103 |
| Binary | 11010111 | 11010000 | 1111110 | 0 | 11 | 101001 | 10000 | 110111 | 110101 | 1000011 |
Color Harmonies of #D7D07E
Complementary color
Monochromatic Colors of #D7D07E
Black with #D7D07E
Text Example
Text Example
White with #D7D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D07E; }
p { color: rgb(215,208,126); }
H1.HeaderClassName
{
color: #D7D07E;
}
.AnyTagClassName
{
color: #D7D07E;
}
</style>
background-color css
<style>
a { background-color: #D7D07E; }
a { background-color: rgb(215,208,126); }
div.DivClassName
{
background-color: #D7D07E;
}
.BgClassName
{
background-color: #D7D07E;
}
</style>
border-color css
<style>
span { border-color: #D7D07E; }
span { border-color: rgb(215,208,126); }
td.TdClassName
{
border-color: #D7D07E;
}
.TagClassName
{
border-color: #D7D07E;
}
</style>