Shades of Manz #D1DD54
Tints of Manz #D1DD54
RGB
CMYK
RGB Variations
Color information
#D1DD54 (or 0xD1DD54) is known color: Manz. HEX triplet: D1, DD and 54. RGB value is (209,221,84). Sum of RGB (Red+Green+Blue) = 209+221+84=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DD54 is #2E22AB. Grayscale: #CACACA. Windows color (decimal): -3023532 or 5561809. OLE color: 5561809.
HSL color Cylindrical-coordinate representation of color #D1DD54: hue angle of 65.26º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1DD54 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 84 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.13 |
| HSL | 65.26º | 0.67% | 0.6% | - |
| HSV(B) | 65.26º | 0.62% | 0.87% | - |
| XYZ | 53.75 | 65.91 | 18.28 | - |
| YUV | 201.79 | 61.52 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 84 | 0.05 | 0 | 0.62 | 0.13 | 65.26 | 0.67 | 0.6 |
| Hex | D1 | DD | 54 | 5 | 0 | 3E | D | 41 | 43 | 3C |
| Octal | 321 | 335 | 124 | 5 | 0 | 76 | 15 | 101 | 103 | 74 |
| Binary | 11010001 | 11011101 | 1010100 | 101 | 0 | 111110 | 1101 | 1000001 | 1000011 | 111100 |
Color Harmonies of #D1DD54
Complementary color
Monochromatic Colors of #D1DD54
Black with #D1DD54
Text Example
Text Example
White with #D1DD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DD54; }
p { color: rgb(209,221,84); }
H1.HeaderClassName
{
color: #D1DD54;
}
.AnyTagClassName
{
color: #D1DD54;
}
</style>
background-color css
<style>
a { background-color: #D1DD54; }
a { background-color: rgb(209,221,84); }
div.DivClassName
{
background-color: #D1DD54;
}
.BgClassName
{
background-color: #D1DD54;
}
</style>
border-color css
<style>
span { border-color: #D1DD54; }
span { border-color: rgb(209,221,84); }
td.TdClassName
{
border-color: #D1DD54;
}
.TagClassName
{
border-color: #D1DD54;
}
</style>