Shades of Manz #D2D851
Tints of Manz #D2D851
RGB
CMYK
RGB Variations
Color information
#D2D851 (or 0xD2D851) is known color: Manz. HEX triplet: D2, D8 and 51. RGB value is (210,216,81). Sum of RGB (Red+Green+Blue) = 210+216+81=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 81 (32.03% from 255 or 15.98% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D851 is #2D27AE. Grayscale: #C7C7C7. Windows color (decimal): -2959279 or 5363922. OLE color: 5363922.
HSL color Cylindrical-coordinate representation of color #D2D851: hue angle of 62.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2D851 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 216 | 81 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.15 |
| HSL | 62.67º | 0.63% | 0.58% | - |
| HSV(B) | 62.67º | 0.63% | 0.85% | - |
| XYZ | 52.62 | 63.41 | 17.25 | - |
| YUV | 198.82 | 61.51 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 216 | 81 | 0.03 | 0 | 0.62 | 0.15 | 62.67 | 0.63 | 0.58 |
| Hex | D2 | D8 | 51 | 3 | 0 | 3E | F | 3F | 3F | 3A |
| Octal | 322 | 330 | 121 | 3 | 0 | 76 | 17 | 77 | 77 | 72 |
| Binary | 11010010 | 11011000 | 1010001 | 11 | 0 | 111110 | 1111 | 111111 | 111111 | 111010 |
Color Harmonies of #D2D851
Complementary color
Monochromatic Colors of #D2D851
Black with #D2D851
Text Example
Text Example
White with #D2D851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D851; }
p { color: rgb(210,216,81); }
H1.HeaderClassName
{
color: #D2D851;
}
.AnyTagClassName
{
color: #D2D851;
}
</style>
background-color css
<style>
a { background-color: #D2D851; }
a { background-color: rgb(210,216,81); }
div.DivClassName
{
background-color: #D2D851;
}
.BgClassName
{
background-color: #D2D851;
}
</style>
border-color css
<style>
span { border-color: #D2D851; }
span { border-color: rgb(210,216,81); }
td.TdClassName
{
border-color: #D2D851;
}
.TagClassName
{
border-color: #D2D851;
}
</style>