Shades of Manz #D0DD5A
Tints of Manz #D0DD5A
RGB
CMYK
RGB Variations
Color information
#D0DD5A (or 0xD0DD5A) is known color: Manz. HEX triplet: D0, DD and 5A. RGB value is (208,221,90). Sum of RGB (Red+Green+Blue) = 208+221+90=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD5A is #2F22A5. Grayscale: #CACACA. Windows color (decimal): -3089062 or 5955024. OLE color: 5955024.
HSL color Cylindrical-coordinate representation of color #D0DD5A: hue angle of 65.95º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0DD5A is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 90 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.13 |
| HSL | 65.95º | 0.66% | 0.61% | - |
| HSV(B) | 65.95º | 0.59% | 0.87% | - |
| XYZ | 53.71 | 65.86 | 19.55 | - |
| YUV | 202.18 | 64.69 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 90 | 0.06 | 0 | 0.59 | 0.13 | 65.95 | 0.66 | 0.61 |
| Hex | D0 | DD | 5A | 6 | 0 | 3B | D | 42 | 42 | 3D |
| Octal | 320 | 335 | 132 | 6 | 0 | 73 | 15 | 102 | 102 | 75 |
| Binary | 11010000 | 11011101 | 1011010 | 110 | 0 | 111011 | 1101 | 1000010 | 1000010 | 111101 |
Color Harmonies of #D0DD5A
Complementary color
Monochromatic Colors of #D0DD5A
Black with #D0DD5A
Text Example
Text Example
White with #D0DD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD5A; }
p { color: rgb(208,221,90); }
H1.HeaderClassName
{
color: #D0DD5A;
}
.AnyTagClassName
{
color: #D0DD5A;
}
</style>
background-color css
<style>
a { background-color: #D0DD5A; }
a { background-color: rgb(208,221,90); }
div.DivClassName
{
background-color: #D0DD5A;
}
.BgClassName
{
background-color: #D0DD5A;
}
</style>
border-color css
<style>
span { border-color: #D0DD5A; }
span { border-color: rgb(208,221,90); }
td.TdClassName
{
border-color: #D0DD5A;
}
.TagClassName
{
border-color: #D0DD5A;
}
</style>