Shades of Manz #D8D75E
Tints of Manz #D8D75E
RGB
CMYK
RGB Variations
Color information
#D8D75E (or 0xD8D75E) is known color: Manz. HEX triplet: D8, D7 and 5E. RGB value is (216,215,94). Sum of RGB (Red+Green+Blue) = 216+215+94=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D75E is #2728A1. Grayscale: #C9C9C9. Windows color (decimal): -2566306 or 6215640. OLE color: 6215640.
HSL color Cylindrical-coordinate representation of color #D8D75E: hue angle of 59.51º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8D75E is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 215 | 94 | - |
| CMYK | 0 | 0.00 | 0.56 | 0.15 |
| HSL | 59.51º | 0.61% | 0.61% | - |
| HSV(B) | 59.51º | 0.56% | 0.85% | - |
| XYZ | 54.64 | 64.01 | 20.06 | - |
| YUV | 201.51 | 67.33 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 94 | 0 | 0.00 | 0.56 | 0.15 | 59.51 | 0.61 | 0.61 |
| Hex | D8 | D7 | 5E | 0 | 0 | 38 | F | 3C | 3D | 3D |
| Octal | 330 | 327 | 136 | 0 | 0 | 70 | 17 | 74 | 75 | 75 |
| Binary | 11011000 | 11010111 | 1011110 | 0 | 0 | 111000 | 1111 | 111100 | 111101 | 111101 |
Color Harmonies of #D8D75E
Complementary color
Monochromatic Colors of #D8D75E
Black with #D8D75E
Text Example
Text Example
White with #D8D75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D75E; }
p { color: rgb(216,215,94); }
H1.HeaderClassName
{
color: #D8D75E;
}
.AnyTagClassName
{
color: #D8D75E;
}
</style>
background-color css
<style>
a { background-color: #D8D75E; }
a { background-color: rgb(216,215,94); }
div.DivClassName
{
background-color: #D8D75E;
}
.BgClassName
{
background-color: #D8D75E;
}
</style>
border-color css
<style>
span { border-color: #D8D75E; }
span { border-color: rgb(216,215,94); }
td.TdClassName
{
border-color: #D8D75E;
}
.TagClassName
{
border-color: #D8D75E;
}
</style>