Shades of Manz #D0D659
Tints of Manz #D0D659
RGB
CMYK
RGB Variations
Color information
#D0D659 (or 0xD0D659) is known color: Manz. HEX triplet: D0, D6 and 59. RGB value is (208,214,89). Sum of RGB (Red+Green+Blue) = 208+214+89=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 89 (35.16% from 255 or 17.42% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D659 is #2F29A6. Grayscale: #C6C6C6. Windows color (decimal): -3090855 or 5887696. OLE color: 5887696.
HSL color Cylindrical-coordinate representation of color #D0D659: hue angle of 62.88º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0D659 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 89 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.16 |
| HSL | 62.88º | 0.6% | 0.59% | - |
| HSV(B) | 62.88º | 0.58% | 0.84% | - |
| XYZ | 51.86 | 62.22 | 18.73 | - |
| YUV | 197.96 | 66.51 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 89 | 0.03 | 0 | 0.58 | 0.16 | 62.88 | 0.6 | 0.59 |
| Hex | D0 | D6 | 59 | 3 | 0 | 3A | 10 | 3F | 3C | 3B |
| Octal | 320 | 326 | 131 | 3 | 0 | 72 | 20 | 77 | 74 | 73 |
| Binary | 11010000 | 11010110 | 1011001 | 11 | 0 | 111010 | 10000 | 111111 | 111100 | 111011 |
Color Harmonies of #D0D659
Complementary color
Monochromatic Colors of #D0D659
Black with #D0D659
Text Example
Text Example
White with #D0D659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D659; }
p { color: rgb(208,214,89); }
H1.HeaderClassName
{
color: #D0D659;
}
.AnyTagClassName
{
color: #D0D659;
}
</style>
background-color css
<style>
a { background-color: #D0D659; }
a { background-color: rgb(208,214,89); }
div.DivClassName
{
background-color: #D0D659;
}
.BgClassName
{
background-color: #D0D659;
}
</style>
border-color css
<style>
span { border-color: #D0D659; }
span { border-color: rgb(208,214,89); }
td.TdClassName
{
border-color: #D0D659;
}
.TagClassName
{
border-color: #D0D659;
}
</style>