Shades of Manz #D0DC59
Tints of Manz #D0DC59
RGB
CMYK
RGB Variations
Color information
#D0DC59 (or 0xD0DC59) is known color: Manz. HEX triplet: D0, DC and 59. RGB value is (208,220,89). Sum of RGB (Red+Green+Blue) = 208+220+89=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 89 (35.16% from 255 or 17.21% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DC59 is #2F23A6. Grayscale: #C9C9C9. Windows color (decimal): -3089319 or 5889232. OLE color: 5889232.
HSL color Cylindrical-coordinate representation of color #D0DC59: hue angle of 65.5º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0DC59 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 89 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.14 |
| HSL | 65.5º | 0.65% | 0.61% | - |
| HSV(B) | 65.5º | 0.6% | 0.86% | - |
| XYZ | 53.41 | 65.32 | 19.24 | - |
| YUV | 201.48 | 64.52 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 89 | 0.05 | 0 | 0.60 | 0.14 | 65.5 | 0.65 | 0.61 |
| Hex | D0 | DC | 59 | 5 | 0 | 3C | E | 41 | 41 | 3D |
| Octal | 320 | 334 | 131 | 5 | 0 | 74 | 16 | 101 | 101 | 75 |
| Binary | 11010000 | 11011100 | 1011001 | 101 | 0 | 111100 | 1110 | 1000001 | 1000001 | 111101 |
Color Harmonies of #D0DC59
Complementary color
Monochromatic Colors of #D0DC59
Black with #D0DC59
Text Example
Text Example
White with #D0DC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC59; }
p { color: rgb(208,220,89); }
H1.HeaderClassName
{
color: #D0DC59;
}
.AnyTagClassName
{
color: #D0DC59;
}
</style>
background-color css
<style>
a { background-color: #D0DC59; }
a { background-color: rgb(208,220,89); }
div.DivClassName
{
background-color: #D0DC59;
}
.BgClassName
{
background-color: #D0DC59;
}
</style>
border-color css
<style>
span { border-color: #D0DC59; }
span { border-color: rgb(208,220,89); }
td.TdClassName
{
border-color: #D0DC59;
}
.TagClassName
{
border-color: #D0DC59;
}
</style>