Shades of Manz #D2D455
Tints of Manz #D2D455
RGB
CMYK
RGB Variations
Color information
#D2D455 (or 0xD2D455) is known color: Manz. HEX triplet: D2, D4 and 55. RGB value is (210,212,85). Sum of RGB (Red+Green+Blue) = 210+212+85=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D455 is #2D2BAA. Grayscale: #C5C5C5. Windows color (decimal): -2960299 or 5625042. OLE color: 5625042.
HSL color Cylindrical-coordinate representation of color #D2D455: hue angle of 60.94º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2D455 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 85 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.17 |
| HSL | 60.94º | 0.6% | 0.58% | - |
| HSV(B) | 60.94º | 0.6% | 0.83% | - |
| XYZ | 51.76 | 61.44 | 17.73 | - |
| YUV | 196.92 | 64.84 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 85 | 0.01 | 0 | 0.60 | 0.17 | 60.94 | 0.6 | 0.58 |
| Hex | D2 | D4 | 55 | 1 | 0 | 3C | 11 | 3D | 3C | 3A |
| Octal | 322 | 324 | 125 | 1 | 0 | 74 | 21 | 75 | 74 | 72 |
| Binary | 11010010 | 11010100 | 1010101 | 1 | 0 | 111100 | 10001 | 111101 | 111100 | 111010 |
Color Harmonies of #D2D455
Complementary color
Monochromatic Colors of #D2D455
Black with #D2D455
Text Example
Text Example
White with #D2D455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D455; }
p { color: rgb(210,212,85); }
H1.HeaderClassName
{
color: #D2D455;
}
.AnyTagClassName
{
color: #D2D455;
}
</style>
background-color css
<style>
a { background-color: #D2D455; }
a { background-color: rgb(210,212,85); }
div.DivClassName
{
background-color: #D2D455;
}
.BgClassName
{
background-color: #D2D455;
}
</style>
border-color css
<style>
span { border-color: #D2D455; }
span { border-color: rgb(210,212,85); }
td.TdClassName
{
border-color: #D2D455;
}
.TagClassName
{
border-color: #D2D455;
}
</style>