Shades of Manz #D4D558
Tints of Manz #D4D558
RGB
CMYK
RGB Variations
Color information
#D4D558 (or 0xD4D558) is known color: Manz. HEX triplet: D4, D5 and 58. RGB value is (212,213,88). Sum of RGB (Red+Green+Blue) = 212+213+88=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D558 is #2B2AA7. Grayscale: #C6C6C6. Windows color (decimal): -2828968 or 5821908. OLE color: 5821908.
HSL color Cylindrical-coordinate representation of color #D4D558: hue angle of 60.48º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D4D558 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 88 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.16 |
| HSL | 60.48º | 0.6% | 0.59% | - |
| HSV(B) | 60.48º | 0.59% | 0.84% | - |
| XYZ | 52.71 | 62.29 | 18.48 | - |
| YUV | 198.45 | 65.67 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 88 | 0.00 | 0 | 0.59 | 0.16 | 60.48 | 0.6 | 0.59 |
| Hex | D4 | D5 | 58 | 0 | 0 | 3B | 10 | 3C | 3C | 3B |
| Octal | 324 | 325 | 130 | 0 | 0 | 73 | 20 | 74 | 74 | 73 |
| Binary | 11010100 | 11010101 | 1011000 | 0 | 0 | 111011 | 10000 | 111100 | 111100 | 111011 |
Color Harmonies of #D4D558
Complementary color
Monochromatic Colors of #D4D558
Black with #D4D558
Text Example
Text Example
White with #D4D558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D558; }
p { color: rgb(212,213,88); }
H1.HeaderClassName
{
color: #D4D558;
}
.AnyTagClassName
{
color: #D4D558;
}
</style>
background-color css
<style>
a { background-color: #D4D558; }
a { background-color: rgb(212,213,88); }
div.DivClassName
{
background-color: #D4D558;
}
.BgClassName
{
background-color: #D4D558;
}
</style>
border-color css
<style>
span { border-color: #D4D558; }
span { border-color: rgb(212,213,88); }
td.TdClassName
{
border-color: #D4D558;
}
.TagClassName
{
border-color: #D4D558;
}
</style>