Shades of Manz #D0DD59
Tints of Manz #D0DD59
RGB
CMYK
RGB Variations
Color information
#D0DD59 (or 0xD0DD59) is known color: Manz. HEX triplet: D0, DD and 59. RGB value is (208,221,89). Sum of RGB (Red+Green+Blue) = 208+221+89=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 89 (35.16% from 255 or 17.18% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD59 is #2F22A6. Grayscale: #CACACA. Windows color (decimal): -3089063 or 5889488. OLE color: 5889488.
HSL color Cylindrical-coordinate representation of color #D0DD59: hue angle of 65.91º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0DD59 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 89 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.13 |
| HSL | 65.91º | 0.66% | 0.61% | - |
| HSV(B) | 65.91º | 0.6% | 0.87% | - |
| XYZ | 53.67 | 65.84 | 19.33 | - |
| YUV | 202.07 | 64.19 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 89 | 0.06 | 0 | 0.60 | 0.13 | 65.91 | 0.66 | 0.61 |
| Hex | D0 | DD | 59 | 6 | 0 | 3C | D | 42 | 42 | 3D |
| Octal | 320 | 335 | 131 | 6 | 0 | 74 | 15 | 102 | 102 | 75 |
| Binary | 11010000 | 11011101 | 1011001 | 110 | 0 | 111100 | 1101 | 1000010 | 1000010 | 111101 |
Color Harmonies of #D0DD59
Complementary color
Monochromatic Colors of #D0DD59
Black with #D0DD59
Text Example
Text Example
White with #D0DD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD59; }
p { color: rgb(208,221,89); }
H1.HeaderClassName
{
color: #D0DD59;
}
.AnyTagClassName
{
color: #D0DD59;
}
</style>
background-color css
<style>
a { background-color: #D0DD59; }
a { background-color: rgb(208,221,89); }
div.DivClassName
{
background-color: #D0DD59;
}
.BgClassName
{
background-color: #D0DD59;
}
</style>
border-color css
<style>
span { border-color: #D0DD59; }
span { border-color: rgb(208,221,89); }
td.TdClassName
{
border-color: #D0DD59;
}
.TagClassName
{
border-color: #D0DD59;
}
</style>