Shades of Manz #D4DC52
Tints of Manz #D4DC52
RGB
CMYK
RGB Variations
Color information
#D4DC52 (or 0xD4DC52) is known color: Manz. HEX triplet: D4, DC and 52. RGB value is (212,220,82). Sum of RGB (Red+Green+Blue) = 212+220+82=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DC52 is #2B23AD. Grayscale: #CACACA. Windows color (decimal): -2827182 or 5430484. OLE color: 5430484.
HSL color Cylindrical-coordinate representation of color #D4DC52: hue angle of 63.48º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4DC52 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 82 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.14 |
| HSL | 63.48º | 0.66% | 0.59% | - |
| HSV(B) | 63.48º | 0.63% | 0.86% | - |
| XYZ | 54.27 | 65.79 | 17.82 | - |
| YUV | 201.88 | 60.35 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 82 | 0.04 | 0 | 0.63 | 0.14 | 63.48 | 0.66 | 0.59 |
| Hex | D4 | DC | 52 | 4 | 0 | 3F | E | 3F | 42 | 3B |
| Octal | 324 | 334 | 122 | 4 | 0 | 77 | 16 | 77 | 102 | 73 |
| Binary | 11010100 | 11011100 | 1010010 | 100 | 0 | 111111 | 1110 | 111111 | 1000010 | 111011 |
Color Harmonies of #D4DC52
Complementary color
Monochromatic Colors of #D4DC52
Black with #D4DC52
Text Example
Text Example
White with #D4DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC52; }
p { color: rgb(212,220,82); }
H1.HeaderClassName
{
color: #D4DC52;
}
.AnyTagClassName
{
color: #D4DC52;
}
</style>
background-color css
<style>
a { background-color: #D4DC52; }
a { background-color: rgb(212,220,82); }
div.DivClassName
{
background-color: #D4DC52;
}
.BgClassName
{
background-color: #D4DC52;
}
</style>
border-color css
<style>
span { border-color: #D4DC52; }
span { border-color: rgb(212,220,82); }
td.TdClassName
{
border-color: #D4DC52;
}
.TagClassName
{
border-color: #D4DC52;
}
</style>