Shades of Manz #D9DC52
Tints of Manz #D9DC52
RGB
CMYK
RGB Variations
Color information
#D9DC52 (or 0xD9DC52) is known color: Manz. HEX triplet: D9, DC and 52. RGB value is (217,220,82). Sum of RGB (Red+Green+Blue) = 217+220+82=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 82 (32.42% from 255 or 15.80% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DC52 is #2623AD. Grayscale: #CBCBCB. Windows color (decimal): -2499502 or 5430489. OLE color: 5430489.
HSL color Cylindrical-coordinate representation of color #D9DC52: hue angle of 61.3º 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 #D9DC52 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 82 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.14 |
| HSL | 61.3º | 0.66% | 0.59% | - |
| HSV(B) | 61.3º | 0.63% | 0.86% | - |
| XYZ | 55.73 | 66.55 | 17.89 | - |
| YUV | 203.37 | 59.51 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 82 | 0.01 | 0 | 0.63 | 0.14 | 61.3 | 0.66 | 0.59 |
| Hex | D9 | DC | 52 | 1 | 0 | 3F | E | 3D | 42 | 3B |
| Octal | 331 | 334 | 122 | 1 | 0 | 77 | 16 | 75 | 102 | 73 |
| Binary | 11011001 | 11011100 | 1010010 | 1 | 0 | 111111 | 1110 | 111101 | 1000010 | 111011 |
Color Harmonies of #D9DC52
Complementary color
Monochromatic Colors of #D9DC52
Black with #D9DC52
Text Example
Text Example
White with #D9DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC52; }
p { color: rgb(217,220,82); }
H1.HeaderClassName
{
color: #D9DC52;
}
.AnyTagClassName
{
color: #D9DC52;
}
</style>
background-color css
<style>
a { background-color: #D9DC52; }
a { background-color: rgb(217,220,82); }
div.DivClassName
{
background-color: #D9DC52;
}
.BgClassName
{
background-color: #D9DC52;
}
</style>
border-color css
<style>
span { border-color: #D9DC52; }
span { border-color: rgb(217,220,82); }
td.TdClassName
{
border-color: #D9DC52;
}
.TagClassName
{
border-color: #D9DC52;
}
</style>