Shades of Manz #D1D255
Tints of Manz #D1D255
RGB
CMYK
RGB Variations
Color information
#D1D255 (or 0xD1D255) is known color: Manz. HEX triplet: D1, D2 and 55. RGB value is (209,210,85). Sum of RGB (Red+Green+Blue) = 209+210+85=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D255 is #2E2DAA. Grayscale: #C3C3C3. Windows color (decimal): -3026347 or 5624529. OLE color: 5624529.
HSL color Cylindrical-coordinate representation of color #D1D255: hue angle of 60.48º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1D255 is Cyan = 0.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 85 | - |
| CMYK | 0.00 | 0 | 0.60 | 0.18 |
| HSL | 60.48º | 0.58% | 0.58% | - |
| HSV(B) | 60.48º | 0.6% | 0.82% | - |
| XYZ | 50.98 | 60.3 | 17.55 | - |
| YUV | 195.45 | 65.67 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 85 | 0.00 | 0 | 0.60 | 0.18 | 60.48 | 0.58 | 0.58 |
| Hex | D1 | D2 | 55 | 0 | 0 | 3C | 12 | 3C | 3A | 3A |
| Octal | 321 | 322 | 125 | 0 | 0 | 74 | 22 | 74 | 72 | 72 |
| Binary | 11010001 | 11010010 | 1010101 | 0 | 0 | 111100 | 10010 | 111100 | 111010 | 111010 |
Color Harmonies of #D1D255
Complementary color
Monochromatic Colors of #D1D255
Black with #D1D255
Text Example
Text Example
White with #D1D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D255; }
p { color: rgb(209,210,85); }
H1.HeaderClassName
{
color: #D1D255;
}
.AnyTagClassName
{
color: #D1D255;
}
</style>
background-color css
<style>
a { background-color: #D1D255; }
a { background-color: rgb(209,210,85); }
div.DivClassName
{
background-color: #D1D255;
}
.BgClassName
{
background-color: #D1D255;
}
</style>
border-color css
<style>
span { border-color: #D1D255; }
span { border-color: rgb(209,210,85); }
td.TdClassName
{
border-color: #D1D255;
}
.TagClassName
{
border-color: #D1D255;
}
</style>