Shades of Manz #D1D452
Tints of Manz #D1D452
RGB
CMYK
RGB Variations
Color information
#D1D452 (or 0xD1D452) is known color: Manz. HEX triplet: D1, D4 and 52. RGB value is (209,212,82). Sum of RGB (Red+Green+Blue) = 209+212+82=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #D1D452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D452 is #2E2BAD. Grayscale: #C4C4C4. Windows color (decimal): -3025838 or 5428433. OLE color: 5428433.
HSL color Cylindrical-coordinate representation of color #D1D452: hue angle of 61.38º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1D452 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 212 | 82 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.17 |
| HSL | 61.38º | 0.6% | 0.58% | - |
| HSV(B) | 61.38º | 0.61% | 0.83% | - |
| XYZ | 51.36 | 61.25 | 17.1 | - |
| YUV | 196.28 | 63.51 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 212 | 82 | 0.01 | 0 | 0.61 | 0.17 | 61.38 | 0.6 | 0.58 |
| Hex | D1 | D4 | 52 | 1 | 0 | 3D | 11 | 3D | 3C | 3A |
| Octal | 321 | 324 | 122 | 1 | 0 | 75 | 21 | 75 | 74 | 72 |
| Binary | 11010001 | 11010100 | 1010010 | 1 | 0 | 111101 | 10001 | 111101 | 111100 | 111010 |
Color Harmonies of #D1D452
Complementary color
Monochromatic Colors of #D1D452
Black with #D1D452
Text Example
Text Example
White with #D1D452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D452; }
p { color: rgb(209,212,82); }
H1.HeaderClassName
{
color: #D1D452;
}
.AnyTagClassName
{
color: #D1D452;
}
</style>
background-color css
<style>
a { background-color: #D1D452; }
a { background-color: rgb(209,212,82); }
div.DivClassName
{
background-color: #D1D452;
}
.BgClassName
{
background-color: #D1D452;
}
</style>
border-color css
<style>
span { border-color: #D1D452; }
span { border-color: rgb(209,212,82); }
td.TdClassName
{
border-color: #D1D452;
}
.TagClassName
{
border-color: #D1D452;
}
</style>