Shades of Manz #D6DC52
Tints of Manz #D6DC52
RGB
CMYK
RGB Variations
Color information
#D6DC52 (or 0xD6DC52) is known color: Manz. HEX triplet: D6, DC and 52. RGB value is (214,220,82). Sum of RGB (Red+Green+Blue) = 214+220+82=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 82 (32.42% from 255 or 15.89% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DC52 is #2923AD. Grayscale: #CBCBCB. Windows color (decimal): -2696110 or 5430486. OLE color: 5430486.
HSL color Cylindrical-coordinate representation of color #D6DC52: hue angle of 62.61º 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 #D6DC52 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 220 | 82 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.14 |
| HSL | 62.61º | 0.66% | 0.59% | - |
| HSV(B) | 62.61º | 0.63% | 0.86% | - |
| XYZ | 54.85 | 66.09 | 17.85 | - |
| YUV | 202.47 | 60.01 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 82 | 0.03 | 0 | 0.63 | 0.14 | 62.61 | 0.66 | 0.59 |
| Hex | D6 | DC | 52 | 3 | 0 | 3F | E | 3F | 42 | 3B |
| Octal | 326 | 334 | 122 | 3 | 0 | 77 | 16 | 77 | 102 | 73 |
| Binary | 11010110 | 11011100 | 1010010 | 11 | 0 | 111111 | 1110 | 111111 | 1000010 | 111011 |
Color Harmonies of #D6DC52
Complementary color
Monochromatic Colors of #D6DC52
Black with #D6DC52
Text Example
Text Example
White with #D6DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DC52; }
p { color: rgb(214,220,82); }
H1.HeaderClassName
{
color: #D6DC52;
}
.AnyTagClassName
{
color: #D6DC52;
}
</style>
background-color css
<style>
a { background-color: #D6DC52; }
a { background-color: rgb(214,220,82); }
div.DivClassName
{
background-color: #D6DC52;
}
.BgClassName
{
background-color: #D6DC52;
}
</style>
border-color css
<style>
span { border-color: #D6DC52; }
span { border-color: rgb(214,220,82); }
td.TdClassName
{
border-color: #D6DC52;
}
.TagClassName
{
border-color: #D6DC52;
}
</style>