Shades of Manz #D1D555
Tints of Manz #D1D555
RGB
CMYK
RGB Variations
Color information
#D1D555 (or 0xD1D555) is known color: Manz. HEX triplet: D1, D5 and 55. RGB value is (209,213,85). Sum of RGB (Red+Green+Blue) = 209+213+85=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D555 is #2E2AAA. Grayscale: #C5C5C5. Windows color (decimal): -3025579 or 5625297. OLE color: 5625297.
HSL color Cylindrical-coordinate representation of color #D1D555: hue angle of 61.88º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1D555 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 85 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.16 |
| HSL | 61.88º | 0.6% | 0.58% | - |
| HSV(B) | 61.88º | 0.6% | 0.84% | - |
| XYZ | 51.73 | 61.8 | 17.8 | - |
| YUV | 197.21 | 64.67 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 85 | 0.02 | 0 | 0.60 | 0.16 | 61.88 | 0.6 | 0.58 |
| Hex | D1 | D5 | 55 | 2 | 0 | 3C | 10 | 3E | 3C | 3A |
| Octal | 321 | 325 | 125 | 2 | 0 | 74 | 20 | 76 | 74 | 72 |
| Binary | 11010001 | 11010101 | 1010101 | 10 | 0 | 111100 | 10000 | 111110 | 111100 | 111010 |
Color Harmonies of #D1D555
Complementary color
Monochromatic Colors of #D1D555
Black with #D1D555
Text Example
Text Example
White with #D1D555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D555; }
p { color: rgb(209,213,85); }
H1.HeaderClassName
{
color: #D1D555;
}
.AnyTagClassName
{
color: #D1D555;
}
</style>
background-color css
<style>
a { background-color: #D1D555; }
a { background-color: rgb(209,213,85); }
div.DivClassName
{
background-color: #D1D555;
}
.BgClassName
{
background-color: #D1D555;
}
</style>
border-color css
<style>
span { border-color: #D1D555; }
span { border-color: rgb(209,213,85); }
td.TdClassName
{
border-color: #D1D555;
}
.TagClassName
{
border-color: #D1D555;
}
</style>