Shades of Manz #D4D55A
Tints of Manz #D4D55A
RGB
CMYK
RGB Variations
Color information
#D4D55A (or 0xD4D55A) is known color: Manz. HEX triplet: D4, D5 and 5A. RGB value is (212,213,90). Sum of RGB (Red+Green+Blue) = 212+213+90=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D55A is #2B2AA5. Grayscale: #C7C7C7. Windows color (decimal): -2828966 or 5952980. OLE color: 5952980.
HSL color Cylindrical-coordinate representation of color #D4D55A: hue angle of 60.49º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4D55A is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 90 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.16 |
| HSL | 60.49º | 0.59% | 0.59% | - |
| HSV(B) | 60.49º | 0.58% | 0.84% | - |
| XYZ | 52.79 | 62.32 | 18.92 | - |
| YUV | 198.68 | 66.67 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 90 | 0.00 | 0 | 0.58 | 0.16 | 60.49 | 0.59 | 0.59 |
| Hex | D4 | D5 | 5A | 0 | 0 | 3A | 10 | 3C | 3B | 3B |
| Octal | 324 | 325 | 132 | 0 | 0 | 72 | 20 | 74 | 73 | 73 |
| Binary | 11010100 | 11010101 | 1011010 | 0 | 0 | 111010 | 10000 | 111100 | 111011 | 111011 |
Color Harmonies of #D4D55A
Complementary color
Monochromatic Colors of #D4D55A
Black with #D4D55A
Text Example
Text Example
White with #D4D55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D55A; }
p { color: rgb(212,213,90); }
H1.HeaderClassName
{
color: #D4D55A;
}
.AnyTagClassName
{
color: #D4D55A;
}
</style>
background-color css
<style>
a { background-color: #D4D55A; }
a { background-color: rgb(212,213,90); }
div.DivClassName
{
background-color: #D4D55A;
}
.BgClassName
{
background-color: #D4D55A;
}
</style>
border-color css
<style>
span { border-color: #D4D55A; }
span { border-color: rgb(212,213,90); }
td.TdClassName
{
border-color: #D4D55A;
}
.TagClassName
{
border-color: #D4D55A;
}
</style>