Shades of Manz #D4D855
Tints of Manz #D4D855
RGB
CMYK
RGB Variations
Color information
#D4D855 (or 0xD4D855) is known color: Manz. HEX triplet: D4, D8 and 55. RGB value is (212,216,85). Sum of RGB (Red+Green+Blue) = 212+216+85=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D855 is #2B27AA. Grayscale: #C8C8C8. Windows color (decimal): -2828203 or 5626068. OLE color: 5626068.
HSL color Cylindrical-coordinate representation of color #D4D855: hue angle of 61.83º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4D855 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 85 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.15 |
| HSL | 61.83º | 0.63% | 0.59% | - |
| HSV(B) | 61.83º | 0.61% | 0.85% | - |
| XYZ | 53.35 | 63.76 | 18.09 | - |
| YUV | 199.87 | 63.17 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 85 | 0.02 | 0 | 0.61 | 0.15 | 61.83 | 0.63 | 0.59 |
| Hex | D4 | D8 | 55 | 2 | 0 | 3D | F | 3E | 3F | 3B |
| Octal | 324 | 330 | 125 | 2 | 0 | 75 | 17 | 76 | 77 | 73 |
| Binary | 11010100 | 11011000 | 1010101 | 10 | 0 | 111101 | 1111 | 111110 | 111111 | 111011 |
Color Harmonies of #D4D855
Complementary color
Monochromatic Colors of #D4D855
Black with #D4D855
Text Example
Text Example
White with #D4D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D855; }
p { color: rgb(212,216,85); }
H1.HeaderClassName
{
color: #D4D855;
}
.AnyTagClassName
{
color: #D4D855;
}
</style>
background-color css
<style>
a { background-color: #D4D855; }
a { background-color: rgb(212,216,85); }
div.DivClassName
{
background-color: #D4D855;
}
.BgClassName
{
background-color: #D4D855;
}
</style>
border-color css
<style>
span { border-color: #D4D855; }
span { border-color: rgb(212,216,85); }
td.TdClassName
{
border-color: #D4D855;
}
.TagClassName
{
border-color: #D4D855;
}
</style>