Shades of Manz #D8DA52
Tints of Manz #D8DA52
RGB
CMYK
RGB Variations
Color information
#D8DA52 (or 0xD8DA52) is known color: Manz. HEX triplet: D8, DA and 52. RGB value is (216,218,82). Sum of RGB (Red+Green+Blue) = 216+218+82=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 82 (32.42% from 255 or 15.89% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DA52 is #2725AD. Grayscale: #CACACA. Windows color (decimal): -2565550 or 5429976. OLE color: 5429976.
HSL color Cylindrical-coordinate representation of color #D8DA52: hue angle of 60.88º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8DA52 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 82 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.15 |
| HSL | 60.88º | 0.65% | 0.59% | - |
| HSV(B) | 60.88º | 0.62% | 0.85% | - |
| XYZ | 54.91 | 65.35 | 17.7 | - |
| YUV | 201.9 | 60.34 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 82 | 0.01 | 0 | 0.62 | 0.15 | 60.88 | 0.65 | 0.59 |
| Hex | D8 | DA | 52 | 1 | 0 | 3E | F | 3D | 41 | 3B |
| Octal | 330 | 332 | 122 | 1 | 0 | 76 | 17 | 75 | 101 | 73 |
| Binary | 11011000 | 11011010 | 1010010 | 1 | 0 | 111110 | 1111 | 111101 | 1000001 | 111011 |
Color Harmonies of #D8DA52
Complementary color
Monochromatic Colors of #D8DA52
Black with #D8DA52
Text Example
Text Example
White with #D8DA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA52; }
p { color: rgb(216,218,82); }
H1.HeaderClassName
{
color: #D8DA52;
}
.AnyTagClassName
{
color: #D8DA52;
}
</style>
background-color css
<style>
a { background-color: #D8DA52; }
a { background-color: rgb(216,218,82); }
div.DivClassName
{
background-color: #D8DA52;
}
.BgClassName
{
background-color: #D8DA52;
}
</style>
border-color css
<style>
span { border-color: #D8DA52; }
span { border-color: rgb(216,218,82); }
td.TdClassName
{
border-color: #D8DA52;
}
.TagClassName
{
border-color: #D8DA52;
}
</style>