Shades of Manz #D4DE52
Tints of Manz #D4DE52
RGB
CMYK
RGB Variations
Color information
#D4DE52 (or 0xD4DE52) is known color: Manz. HEX triplet: D4, DE and 52. RGB value is (212,222,82). Sum of RGB (Red+Green+Blue) = 212+222+82=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 82 (32.42% from 255 or 15.89% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DE52 is #2B21AD. Grayscale: #CBCBCB. Windows color (decimal): -2826670 or 5430996. OLE color: 5430996.
HSL color Cylindrical-coordinate representation of color #D4DE52: hue angle of 64.29º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4DE52 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 222 | 82 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.13 |
| HSL | 64.29º | 0.68% | 0.6% | - |
| HSV(B) | 64.29º | 0.63% | 0.87% | - |
| XYZ | 54.8 | 66.85 | 18 | - |
| YUV | 203.05 | 59.69 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 222 | 82 | 0.05 | 0 | 0.63 | 0.13 | 64.29 | 0.68 | 0.6 |
| Hex | D4 | DE | 52 | 5 | 0 | 3F | D | 40 | 44 | 3C |
| Octal | 324 | 336 | 122 | 5 | 0 | 77 | 15 | 100 | 104 | 74 |
| Binary | 11010100 | 11011110 | 1010010 | 101 | 0 | 111111 | 1101 | 1000000 | 1000100 | 111100 |
Color Harmonies of #D4DE52
Complementary color
Monochromatic Colors of #D4DE52
Black with #D4DE52
Text Example
Text Example
White with #D4DE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DE52; }
p { color: rgb(212,222,82); }
H1.HeaderClassName
{
color: #D4DE52;
}
.AnyTagClassName
{
color: #D4DE52;
}
</style>
background-color css
<style>
a { background-color: #D4DE52; }
a { background-color: rgb(212,222,82); }
div.DivClassName
{
background-color: #D4DE52;
}
.BgClassName
{
background-color: #D4DE52;
}
</style>
border-color css
<style>
span { border-color: #D4DE52; }
span { border-color: rgb(212,222,82); }
td.TdClassName
{
border-color: #D4DE52;
}
.TagClassName
{
border-color: #D4DE52;
}
</style>