Shades of Manz #D7D64D
Tints of Manz #D7D64D
RGB
CMYK
RGB Variations
Color information
#D7D64D (or 0xD7D64D) is known color: Manz. HEX triplet: D7, D6 and 4D. RGB value is (215,214,77). Sum of RGB (Red+Green+Blue) = 215+214+77=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D64D is #2829B2. Grayscale: #C7C7C7. Windows color (decimal): -2632115 or 5101271. OLE color: 5101271.
HSL color Cylindrical-coordinate representation of color #D7D64D: hue angle of 59.57º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D7D64D is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 214 | 77 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.16 |
| HSL | 59.57º | 0.63% | 0.57% | - |
| HSV(B) | 59.57º | 0.64% | 0.84% | - |
| XYZ | 53.41 | 63.08 | 16.38 | - |
| YUV | 198.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 214 | 77 | 0 | 0.00 | 0.64 | 0.16 | 59.57 | 0.63 | 0.57 |
| Hex | D7 | D6 | 4D | 0 | 0 | 40 | 10 | 3C | 3F | 39 |
| Octal | 327 | 326 | 115 | 0 | 0 | 100 | 20 | 74 | 77 | 71 |
| Binary | 11010111 | 11010110 | 1001101 | 0 | 0 | 1000000 | 10000 | 111100 | 111111 | 111001 |
Color Harmonies of #D7D64D
Complementary color
Monochromatic Colors of #D7D64D
Black with #D7D64D
Text Example
Text Example
White with #D7D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D64D; }
p { color: rgb(215,214,77); }
H1.HeaderClassName
{
color: #D7D64D;
}
.AnyTagClassName
{
color: #D7D64D;
}
</style>
background-color css
<style>
a { background-color: #D7D64D; }
a { background-color: rgb(215,214,77); }
div.DivClassName
{
background-color: #D7D64D;
}
.BgClassName
{
background-color: #D7D64D;
}
</style>
border-color css
<style>
span { border-color: #D7D64D; }
span { border-color: rgb(215,214,77); }
td.TdClassName
{
border-color: #D7D64D;
}
.TagClassName
{
border-color: #D7D64D;
}
</style>