Shades of Manz #D4D74F
Tints of Manz #D4D74F
RGB
CMYK
RGB Variations
Color information
#D4D74F (or 0xD4D74F) is known color: Manz. HEX triplet: D4, D7 and 4F. RGB value is (212,215,79). Sum of RGB (Red+Green+Blue) = 212+215+79=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 79 (31.25% from 255 or 15.61% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D74F is #2B28B0. Grayscale: #C7C7C7. Windows color (decimal): -2828465 or 5232596. OLE color: 5232596.
HSL color Cylindrical-coordinate representation of color #D4D74F: hue angle of 61.32º 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 #D4D74F is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 79 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.16 |
| HSL | 61.32º | 0.63% | 0.58% | - |
| HSV(B) | 61.32º | 0.63% | 0.84% | - |
| XYZ | 52.86 | 63.16 | 16.8 | - |
| YUV | 198.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 79 | 0.01 | 0 | 0.63 | 0.16 | 61.32 | 0.63 | 0.58 |
| Hex | D4 | D7 | 4F | 1 | 0 | 3F | 10 | 3D | 3F | 3A |
| Octal | 324 | 327 | 117 | 1 | 0 | 77 | 20 | 75 | 77 | 72 |
| Binary | 11010100 | 11010111 | 1001111 | 1 | 0 | 111111 | 10000 | 111101 | 111111 | 111010 |
Color Harmonies of #D4D74F
Complementary color
Monochromatic Colors of #D4D74F
Black with #D4D74F
Text Example
Text Example
White with #D4D74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D74F; }
p { color: rgb(212,215,79); }
H1.HeaderClassName
{
color: #D4D74F;
}
.AnyTagClassName
{
color: #D4D74F;
}
</style>
background-color css
<style>
a { background-color: #D4D74F; }
a { background-color: rgb(212,215,79); }
div.DivClassName
{
background-color: #D4D74F;
}
.BgClassName
{
background-color: #D4D74F;
}
</style>
border-color css
<style>
span { border-color: #D4D74F; }
span { border-color: rgb(212,215,79); }
td.TdClassName
{
border-color: #D4D74F;
}
.TagClassName
{
border-color: #D4D74F;
}
</style>