Shades of Manz #D0D451
Tints of Manz #D0D451
RGB
CMYK
RGB Variations
Color information
#D0D451 (or 0xD0D451) is known color: Manz. HEX triplet: D0, D4 and 51. RGB value is (208,212,81). Sum of RGB (Red+Green+Blue) = 208+212+81=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D451 is #2F2BAE. Grayscale: #C4C4C4. Windows color (decimal): -3091375 or 5362896. OLE color: 5362896.
HSL color Cylindrical-coordinate representation of color #D0D451: hue angle of 61.83º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0D451 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 212 | 81 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.17 |
| HSL | 61.83º | 0.6% | 0.57% | - |
| HSV(B) | 61.83º | 0.62% | 0.83% | - |
| XYZ | 51.04 | 61.09 | 16.89 | - |
| YUV | 195.87 | 63.17 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 81 | 0.02 | 0 | 0.62 | 0.17 | 61.83 | 0.6 | 0.57 |
| Hex | D0 | D4 | 51 | 2 | 0 | 3E | 11 | 3E | 3C | 39 |
| Octal | 320 | 324 | 121 | 2 | 0 | 76 | 21 | 76 | 74 | 71 |
| Binary | 11010000 | 11010100 | 1010001 | 10 | 0 | 111110 | 10001 | 111110 | 111100 | 111001 |
Color Harmonies of #D0D451
Complementary color
Monochromatic Colors of #D0D451
Black with #D0D451
Text Example
Text Example
White with #D0D451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D451; }
p { color: rgb(208,212,81); }
H1.HeaderClassName
{
color: #D0D451;
}
.AnyTagClassName
{
color: #D0D451;
}
</style>
background-color css
<style>
a { background-color: #D0D451; }
a { background-color: rgb(208,212,81); }
div.DivClassName
{
background-color: #D0D451;
}
.BgClassName
{
background-color: #D0D451;
}
</style>
border-color css
<style>
span { border-color: #D0D451; }
span { border-color: rgb(208,212,81); }
td.TdClassName
{
border-color: #D0D451;
}
.TagClassName
{
border-color: #D0D451;
}
</style>