Shades of Manz #D4D45C
Tints of Manz #D4D45C
RGB
CMYK
RGB Variations
Color information
#D4D45C (or 0xD4D45C) is known color: Manz. HEX triplet: D4, D4 and 5C. RGB value is (212,212,92). Sum of RGB (Red+Green+Blue) = 212+212+92=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D45C is #2B2BA3. Grayscale: #C6C6C6. Windows color (decimal): -2829220 or 6083796. OLE color: 6083796.
HSL color Cylindrical-coordinate representation of color #D4D45C: hue angle of 60º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4D45C is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 212 | 92 | - |
| CMYK | 0 | 0 | 0.57 | 0.17 |
| HSL | 60º | 0.58% | 0.6% | - |
| HSV(B) | 60º | 0.57% | 0.83% | - |
| XYZ | 52.63 | 61.86 | 19.29 | - |
| YUV | 198.32 | 68 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 212 | 92 | 0 | 0 | 0.57 | 0.17 | 60 | 0.58 | 0.6 |
| Hex | D4 | D4 | 5C | 0 | 0 | 39 | 11 | 3C | 3A | 3C |
| Octal | 324 | 324 | 134 | 0 | 0 | 71 | 21 | 74 | 72 | 74 |
| Binary | 11010100 | 11010100 | 1011100 | 0 | 0 | 111001 | 10001 | 111100 | 111010 | 111100 |
Color Harmonies of #D4D45C
Complementary color
Monochromatic Colors of #D4D45C
Black with #D4D45C
Text Example
Text Example
White with #D4D45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D45C; }
p { color: rgb(212,212,92); }
H1.HeaderClassName
{
color: #D4D45C;
}
.AnyTagClassName
{
color: #D4D45C;
}
</style>
background-color css
<style>
a { background-color: #D4D45C; }
a { background-color: rgb(212,212,92); }
div.DivClassName
{
background-color: #D4D45C;
}
.BgClassName
{
background-color: #D4D45C;
}
</style>
border-color css
<style>
span { border-color: #D4D45C; }
span { border-color: rgb(212,212,92); }
td.TdClassName
{
border-color: #D4D45C;
}
.TagClassName
{
border-color: #D4D45C;
}
</style>