Shades of Manz #D4D455
Tints of Manz #D4D455
RGB
CMYK
RGB Variations
Color information
#D4D455 (or 0xD4D455) is known color: Manz. HEX triplet: D4, D4 and 55. RGB value is (212,212,85). Sum of RGB (Red+Green+Blue) = 212+212+85=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D455 is #2B2BAA. Grayscale: #C6C6C6. Windows color (decimal): -2829227 or 5625044. OLE color: 5625044.
HSL color Cylindrical-coordinate representation of color #D4D455: hue angle of 60º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4D455 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 212 | 85 | - |
| CMYK | 0 | 0 | 0.60 | 0.17 |
| HSL | 60º | 0.6% | 0.58% | - |
| HSV(B) | 60º | 0.6% | 0.83% | - |
| XYZ | 52.33 | 61.74 | 17.75 | - |
| YUV | 197.52 | 64.5 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 212 | 85 | 0 | 0 | 0.60 | 0.17 | 60 | 0.6 | 0.58 |
| Hex | D4 | D4 | 55 | 0 | 0 | 3C | 11 | 3C | 3C | 3A |
| Octal | 324 | 324 | 125 | 0 | 0 | 74 | 21 | 74 | 74 | 72 |
| Binary | 11010100 | 11010100 | 1010101 | 0 | 0 | 111100 | 10001 | 111100 | 111100 | 111010 |
Color Harmonies of #D4D455
Complementary color
Monochromatic Colors of #D4D455
Black with #D4D455
Text Example
Text Example
White with #D4D455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D455; }
p { color: rgb(212,212,85); }
H1.HeaderClassName
{
color: #D4D455;
}
.AnyTagClassName
{
color: #D4D455;
}
</style>
background-color css
<style>
a { background-color: #D4D455; }
a { background-color: rgb(212,212,85); }
div.DivClassName
{
background-color: #D4D455;
}
.BgClassName
{
background-color: #D4D455;
}
</style>
border-color css
<style>
span { border-color: #D4D455; }
span { border-color: rgb(212,212,85); }
td.TdClassName
{
border-color: #D4D455;
}
.TagClassName
{
border-color: #D4D455;
}
</style>