Shades of Manz #D4D656
Tints of Manz #D4D656
RGB
CMYK
RGB Variations
Color information
#D4D656 (or 0xD4D656) is known color: Manz. HEX triplet: D4, D6 and 56. RGB value is (212,214,86). Sum of RGB (Red+Green+Blue) = 212+214+86=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D656 is #2B29A9. Grayscale: #C7C7C7. Windows color (decimal): -2828714 or 5691092. OLE color: 5691092.
HSL color Cylindrical-coordinate representation of color #D4D656: hue angle of 60.94º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4D656 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 86 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.16 |
| HSL | 60.94º | 0.61% | 0.59% | - |
| HSV(B) | 60.94º | 0.6% | 0.84% | - |
| XYZ | 52.88 | 62.76 | 18.13 | - |
| YUV | 198.81 | 64.34 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 86 | 0.01 | 0 | 0.60 | 0.16 | 60.94 | 0.61 | 0.59 |
| Hex | D4 | D6 | 56 | 1 | 0 | 3C | 10 | 3D | 3D | 3B |
| Octal | 324 | 326 | 126 | 1 | 0 | 74 | 20 | 75 | 75 | 73 |
| Binary | 11010100 | 11010110 | 1010110 | 1 | 0 | 111100 | 10000 | 111101 | 111101 | 111011 |
Color Harmonies of #D4D656
Complementary color
Monochromatic Colors of #D4D656
Black with #D4D656
Text Example
Text Example
White with #D4D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D656; }
p { color: rgb(212,214,86); }
H1.HeaderClassName
{
color: #D4D656;
}
.AnyTagClassName
{
color: #D4D656;
}
</style>
background-color css
<style>
a { background-color: #D4D656; }
a { background-color: rgb(212,214,86); }
div.DivClassName
{
background-color: #D4D656;
}
.BgClassName
{
background-color: #D4D656;
}
</style>
border-color css
<style>
span { border-color: #D4D656; }
span { border-color: rgb(212,214,86); }
td.TdClassName
{
border-color: #D4D656;
}
.TagClassName
{
border-color: #D4D656;
}
</style>