Shades of Manz #D2D451
Tints of Manz #D2D451
RGB
CMYK
RGB Variations
Color information
#D2D451 (or 0xD2D451) is known color: Manz. HEX triplet: D2, D4 and 51. RGB value is (210,212,81). Sum of RGB (Red+Green+Blue) = 210+212+81=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 81 (32.03% from 255 or 16.10% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D451 is #2D2BAE. Grayscale: #C4C4C4. Windows color (decimal): -2960303 or 5362898. OLE color: 5362898.
HSL color Cylindrical-coordinate representation of color #D2D451: hue angle of 60.92º 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 #D2D451 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 81 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.17 |
| HSL | 60.92º | 0.6% | 0.57% | - |
| HSV(B) | 60.92º | 0.62% | 0.83% | - |
| XYZ | 51.61 | 61.38 | 16.91 | - |
| YUV | 196.47 | 62.84 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 81 | 0.01 | 0 | 0.62 | 0.17 | 60.92 | 0.6 | 0.57 |
| Hex | D2 | D4 | 51 | 1 | 0 | 3E | 11 | 3D | 3C | 39 |
| Octal | 322 | 324 | 121 | 1 | 0 | 76 | 21 | 75 | 74 | 71 |
| Binary | 11010010 | 11010100 | 1010001 | 1 | 0 | 111110 | 10001 | 111101 | 111100 | 111001 |
Color Harmonies of #D2D451
Complementary color
Monochromatic Colors of #D2D451
Black with #D2D451
Text Example
Text Example
White with #D2D451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D451; }
p { color: rgb(210,212,81); }
H1.HeaderClassName
{
color: #D2D451;
}
.AnyTagClassName
{
color: #D2D451;
}
</style>
background-color css
<style>
a { background-color: #D2D451; }
a { background-color: rgb(210,212,81); }
div.DivClassName
{
background-color: #D2D451;
}
.BgClassName
{
background-color: #D2D451;
}
</style>
border-color css
<style>
span { border-color: #D2D451; }
span { border-color: rgb(210,212,81); }
td.TdClassName
{
border-color: #D2D451;
}
.TagClassName
{
border-color: #D2D451;
}
</style>