Shades of Manz #D1D257
Tints of Manz #D1D257
RGB
CMYK
RGB Variations
Color information
#D1D257 (or 0xD1D257) is known color: Manz. HEX triplet: D1, D2 and 57. RGB value is (209,210,87). Sum of RGB (Red+Green+Blue) = 209+210+87=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 87 (34.38% from 255 or 17.19% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D257 is #2E2DA8. Grayscale: #C4C4C4. Windows color (decimal): -3026345 or 5755601. OLE color: 5755601.
HSL color Cylindrical-coordinate representation of color #D1D257: hue angle of 60.49º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1D257 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 87 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.18 |
| HSL | 60.49º | 0.58% | 0.58% | - |
| HSV(B) | 60.49º | 0.59% | 0.82% | - |
| XYZ | 51.06 | 60.34 | 17.97 | - |
| YUV | 195.68 | 66.67 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 87 | 0.00 | 0 | 0.59 | 0.18 | 60.49 | 0.58 | 0.58 |
| Hex | D1 | D2 | 57 | 0 | 0 | 3B | 12 | 3C | 3A | 3A |
| Octal | 321 | 322 | 127 | 0 | 0 | 73 | 22 | 74 | 72 | 72 |
| Binary | 11010001 | 11010010 | 1010111 | 0 | 0 | 111011 | 10010 | 111100 | 111010 | 111010 |
Color Harmonies of #D1D257
Complementary color
Monochromatic Colors of #D1D257
Black with #D1D257
Text Example
Text Example
White with #D1D257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D257; }
p { color: rgb(209,210,87); }
H1.HeaderClassName
{
color: #D1D257;
}
.AnyTagClassName
{
color: #D1D257;
}
</style>
background-color css
<style>
a { background-color: #D1D257; }
a { background-color: rgb(209,210,87); }
div.DivClassName
{
background-color: #D1D257;
}
.BgClassName
{
background-color: #D1D257;
}
</style>
border-color css
<style>
span { border-color: #D1D257; }
span { border-color: rgb(209,210,87); }
td.TdClassName
{
border-color: #D1D257;
}
.TagClassName
{
border-color: #D1D257;
}
</style>