Shades of Manz #D7D64F
Tints of Manz #D7D64F
RGB
CMYK
RGB Variations
Color information
#D7D64F (or 0xD7D64F) is known color: Manz. HEX triplet: D7, D6 and 4F. RGB value is (215,214,79). Sum of RGB (Red+Green+Blue) = 215+214+79=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 79 (31.25% from 255 or 15.55% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D64F is #2829B0. Grayscale: #C7C7C7. Windows color (decimal): -2632113 or 5232343. OLE color: 5232343.
HSL color Cylindrical-coordinate representation of color #D7D64F: hue angle of 59.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7D64F is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 214 | 79 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.16 |
| HSL | 59.56º | 0.63% | 0.58% | - |
| HSV(B) | 59.56º | 0.63% | 0.84% | - |
| XYZ | 53.48 | 63.1 | 16.76 | - |
| YUV | 198.91 | 60.33 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 214 | 79 | 0 | 0.00 | 0.63 | 0.16 | 59.56 | 0.63 | 0.58 |
| Hex | D7 | D6 | 4F | 0 | 0 | 3F | 10 | 3C | 3F | 3A |
| Octal | 327 | 326 | 117 | 0 | 0 | 77 | 20 | 74 | 77 | 72 |
| Binary | 11010111 | 11010110 | 1001111 | 0 | 0 | 111111 | 10000 | 111100 | 111111 | 111010 |
Color Harmonies of #D7D64F
Complementary color
Monochromatic Colors of #D7D64F
Black with #D7D64F
Text Example
Text Example
White with #D7D64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D64F; }
p { color: rgb(215,214,79); }
H1.HeaderClassName
{
color: #D7D64F;
}
.AnyTagClassName
{
color: #D7D64F;
}
</style>
background-color css
<style>
a { background-color: #D7D64F; }
a { background-color: rgb(215,214,79); }
div.DivClassName
{
background-color: #D7D64F;
}
.BgClassName
{
background-color: #D7D64F;
}
</style>
border-color css
<style>
span { border-color: #D7D64F; }
span { border-color: rgb(215,214,79); }
td.TdClassName
{
border-color: #D7D64F;
}
.TagClassName
{
border-color: #D7D64F;
}
</style>