Shades of Manz #D7D45B
Tints of Manz #D7D45B
RGB
CMYK
RGB Variations
Color information
#D7D45B (or 0xD7D45B) is known color: Manz. HEX triplet: D7, D4 and 5B. RGB value is (215,212,91). Sum of RGB (Red+Green+Blue) = 215+212+91=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D45B is #282BA4. Grayscale: #C7C7C7. Windows color (decimal): -2632613 or 6018263. OLE color: 6018263.
HSL color Cylindrical-coordinate representation of color #D7D45B: hue angle of 58.55º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7D45B is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 91 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.16 |
| HSL | 58.55º | 0.61% | 0.6% | - |
| HSV(B) | 58.55º | 0.58% | 0.84% | - |
| XYZ | 53.46 | 62.29 | 19.1 | - |
| YUV | 199.1 | 66.99 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 91 | 0 | 0.01 | 0.58 | 0.16 | 58.55 | 0.61 | 0.6 |
| Hex | D7 | D4 | 5B | 0 | 1 | 3A | 10 | 3B | 3D | 3C |
| Octal | 327 | 324 | 133 | 0 | 1 | 72 | 20 | 73 | 75 | 74 |
| Binary | 11010111 | 11010100 | 1011011 | 0 | 1 | 111010 | 10000 | 111011 | 111101 | 111100 |
Color Harmonies of #D7D45B
Complementary color
Monochromatic Colors of #D7D45B
Black with #D7D45B
Text Example
Text Example
White with #D7D45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D45B; }
p { color: rgb(215,212,91); }
H1.HeaderClassName
{
color: #D7D45B;
}
.AnyTagClassName
{
color: #D7D45B;
}
</style>
background-color css
<style>
a { background-color: #D7D45B; }
a { background-color: rgb(215,212,91); }
div.DivClassName
{
background-color: #D7D45B;
}
.BgClassName
{
background-color: #D7D45B;
}
</style>
border-color css
<style>
span { border-color: #D7D45B; }
span { border-color: rgb(215,212,91); }
td.TdClassName
{
border-color: #D7D45B;
}
.TagClassName
{
border-color: #D7D45B;
}
</style>