Shades of Manz #D2D457
Tints of Manz #D2D457
RGB
CMYK
RGB Variations
Color information
#D2D457 (or 0xD2D457) is known color: Manz. HEX triplet: D2, D4 and 57. RGB value is (210,212,87). Sum of RGB (Red+Green+Blue) = 210+212+87=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 87 (34.38% from 255 or 17.09% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D457 is #2D2BA8. Grayscale: #C5C5C5. Windows color (decimal): -2960297 or 5756114. OLE color: 5756114.
HSL color Cylindrical-coordinate representation of color #D2D457: hue angle of 60.96º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2D457 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 87 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.17 |
| HSL | 60.96º | 0.59% | 0.59% | - |
| HSV(B) | 60.96º | 0.59% | 0.83% | - |
| XYZ | 51.84 | 61.48 | 18.15 | - |
| YUV | 197.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 87 | 0.01 | 0 | 0.59 | 0.17 | 60.96 | 0.59 | 0.59 |
| Hex | D2 | D4 | 57 | 1 | 0 | 3B | 11 | 3D | 3B | 3B |
| Octal | 322 | 324 | 127 | 1 | 0 | 73 | 21 | 75 | 73 | 73 |
| Binary | 11010010 | 11010100 | 1010111 | 1 | 0 | 111011 | 10001 | 111101 | 111011 | 111011 |
Color Harmonies of #D2D457
Complementary color
Monochromatic Colors of #D2D457
Black with #D2D457
Text Example
Text Example
White with #D2D457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D457; }
p { color: rgb(210,212,87); }
H1.HeaderClassName
{
color: #D2D457;
}
.AnyTagClassName
{
color: #D2D457;
}
</style>
background-color css
<style>
a { background-color: #D2D457; }
a { background-color: rgb(210,212,87); }
div.DivClassName
{
background-color: #D2D457;
}
.BgClassName
{
background-color: #D2D457;
}
</style>
border-color css
<style>
span { border-color: #D2D457; }
span { border-color: rgb(210,212,87); }
td.TdClassName
{
border-color: #D2D457;
}
.TagClassName
{
border-color: #D2D457;
}
</style>