Shades of Manz #D5D74F
Tints of Manz #D5D74F
RGB
CMYK
RGB Variations
Color information
#D5D74F (or 0xD5D74F) is known color: Manz. HEX triplet: D5, D7 and 4F. RGB value is (213,215,79). Sum of RGB (Red+Green+Blue) = 213+215+79=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 79 (31.25% from 255 or 15.58% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D74F is #2A28B0. Grayscale: #C7C7C7. Windows color (decimal): -2762929 or 5232597. OLE color: 5232597.
HSL color Cylindrical-coordinate representation of color #D5D74F: hue angle of 60.88º 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 #D5D74F is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 79 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.16 |
| HSL | 60.88º | 0.63% | 0.58% | - |
| HSV(B) | 60.88º | 0.63% | 0.84% | - |
| XYZ | 53.15 | 63.31 | 16.82 | - |
| YUV | 198.9 | 60.34 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 79 | 0.01 | 0 | 0.63 | 0.16 | 60.88 | 0.63 | 0.58 |
| Hex | D5 | D7 | 4F | 1 | 0 | 3F | 10 | 3D | 3F | 3A |
| Octal | 325 | 327 | 117 | 1 | 0 | 77 | 20 | 75 | 77 | 72 |
| Binary | 11010101 | 11010111 | 1001111 | 1 | 0 | 111111 | 10000 | 111101 | 111111 | 111010 |
Color Harmonies of #D5D74F
Complementary color
Monochromatic Colors of #D5D74F
Black with #D5D74F
Text Example
Text Example
White with #D5D74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D74F; }
p { color: rgb(213,215,79); }
H1.HeaderClassName
{
color: #D5D74F;
}
.AnyTagClassName
{
color: #D5D74F;
}
</style>
background-color css
<style>
a { background-color: #D5D74F; }
a { background-color: rgb(213,215,79); }
div.DivClassName
{
background-color: #D5D74F;
}
.BgClassName
{
background-color: #D5D74F;
}
</style>
border-color css
<style>
span { border-color: #D5D74F; }
span { border-color: rgb(213,215,79); }
td.TdClassName
{
border-color: #D5D74F;
}
.TagClassName
{
border-color: #D5D74F;
}
</style>