Shades of Manz #D0DA59
Tints of Manz #D0DA59
RGB
CMYK
RGB Variations
Color information
#D0DA59 (or 0xD0DA59) is known color: Manz. HEX triplet: D0, DA and 59. RGB value is (208,218,89). Sum of RGB (Red+Green+Blue) = 208+218+89=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 89 (35.16% from 255 or 17.28% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DA59 is #2F25A6. Grayscale: #C8C8C8. Windows color (decimal): -3089831 or 5888720. OLE color: 5888720.
HSL color Cylindrical-coordinate representation of color #D0DA59: hue angle of 64.65º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0DA59 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 89 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.15 |
| HSL | 64.65º | 0.64% | 0.6% | - |
| HSV(B) | 64.65º | 0.59% | 0.85% | - |
| XYZ | 52.89 | 64.27 | 19.07 | - |
| YUV | 200.3 | 65.19 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 89 | 0.05 | 0 | 0.59 | 0.15 | 64.65 | 0.64 | 0.6 |
| Hex | D0 | DA | 59 | 5 | 0 | 3B | F | 41 | 40 | 3C |
| Octal | 320 | 332 | 131 | 5 | 0 | 73 | 17 | 101 | 100 | 74 |
| Binary | 11010000 | 11011010 | 1011001 | 101 | 0 | 111011 | 1111 | 1000001 | 1000000 | 111100 |
Color Harmonies of #D0DA59
Complementary color
Monochromatic Colors of #D0DA59
Black with #D0DA59
Text Example
Text Example
White with #D0DA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA59; }
p { color: rgb(208,218,89); }
H1.HeaderClassName
{
color: #D0DA59;
}
.AnyTagClassName
{
color: #D0DA59;
}
</style>
background-color css
<style>
a { background-color: #D0DA59; }
a { background-color: rgb(208,218,89); }
div.DivClassName
{
background-color: #D0DA59;
}
.BgClassName
{
background-color: #D0DA59;
}
</style>
border-color css
<style>
span { border-color: #D0DA59; }
span { border-color: rgb(208,218,89); }
td.TdClassName
{
border-color: #D0DA59;
}
.TagClassName
{
border-color: #D0DA59;
}
</style>