Shades of Manz #D5D64F
Tints of Manz #D5D64F
RGB
CMYK
RGB Variations
Color information
#D5D64F (or 0xD5D64F) is known color: Manz. HEX triplet: D5, D6 and 4F. RGB value is (213,214,79). Sum of RGB (Red+Green+Blue) = 213+214+79=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 79 (31.25% from 255 or 15.61% from 506); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D64F is #2A29B0. Grayscale: #C6C6C6. Windows color (decimal): -2763185 or 5232341. OLE color: 5232341.
HSL color Cylindrical-coordinate representation of color #D5D64F: hue angle of 60.44º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5D64F is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 79 | - |
| CMYK | 0.00 | 0 | 0.63 | 0.16 |
| HSL | 60.44º | 0.62% | 0.57% | - |
| HSV(B) | 60.44º | 0.63% | 0.84% | - |
| XYZ | 52.9 | 62.8 | 16.73 | - |
| YUV | 198.31 | 60.67 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 79 | 0.00 | 0 | 0.63 | 0.16 | 60.44 | 0.62 | 0.57 |
| Hex | D5 | D6 | 4F | 0 | 0 | 3F | 10 | 3C | 3E | 39 |
| Octal | 325 | 326 | 117 | 0 | 0 | 77 | 20 | 74 | 76 | 71 |
| Binary | 11010101 | 11010110 | 1001111 | 0 | 0 | 111111 | 10000 | 111100 | 111110 | 111001 |
Color Harmonies of #D5D64F
Complementary color
Monochromatic Colors of #D5D64F
Black with #D5D64F
Text Example
Text Example
White with #D5D64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D64F; }
p { color: rgb(213,214,79); }
H1.HeaderClassName
{
color: #D5D64F;
}
.AnyTagClassName
{
color: #D5D64F;
}
</style>
background-color css
<style>
a { background-color: #D5D64F; }
a { background-color: rgb(213,214,79); }
div.DivClassName
{
background-color: #D5D64F;
}
.BgClassName
{
background-color: #D5D64F;
}
</style>
border-color css
<style>
span { border-color: #D5D64F; }
span { border-color: rgb(213,214,79); }
td.TdClassName
{
border-color: #D5D64F;
}
.TagClassName
{
border-color: #D5D64F;
}
</style>