Shades of Manz #D9DD53
Tints of Manz #D9DD53
RGB
CMYK
RGB Variations
Color information
#D9DD53 (or 0xD9DD53) is known color: Manz. HEX triplet: D9, DD and 53. RGB value is (217,221,83). Sum of RGB (Red+Green+Blue) = 217+221+83=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 83 (32.81% from 255 or 15.93% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DD53 is #2622AC. Grayscale: #CCCCCC. Windows color (decimal): -2499245 or 5496281. OLE color: 5496281.
HSL color Cylindrical-coordinate representation of color #D9DD53: hue angle of 61.74º 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 #D9DD53 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 83 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.13 |
| HSL | 61.74º | 0.67% | 0.6% | - |
| HSV(B) | 61.74º | 0.62% | 0.87% | - |
| XYZ | 56.03 | 67.09 | 18.18 | - |
| YUV | 204.07 | 59.67 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 83 | 0.02 | 0 | 0.62 | 0.13 | 61.74 | 0.67 | 0.6 |
| Hex | D9 | DD | 53 | 2 | 0 | 3E | D | 3E | 43 | 3C |
| Octal | 331 | 335 | 123 | 2 | 0 | 76 | 15 | 76 | 103 | 74 |
| Binary | 11011001 | 11011101 | 1010011 | 10 | 0 | 111110 | 1101 | 111110 | 1000011 | 111100 |
Color Harmonies of #D9DD53
Complementary color
Monochromatic Colors of #D9DD53
Black with #D9DD53
Text Example
Text Example
White with #D9DD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DD53; }
p { color: rgb(217,221,83); }
H1.HeaderClassName
{
color: #D9DD53;
}
.AnyTagClassName
{
color: #D9DD53;
}
</style>
background-color css
<style>
a { background-color: #D9DD53; }
a { background-color: rgb(217,221,83); }
div.DivClassName
{
background-color: #D9DD53;
}
.BgClassName
{
background-color: #D9DD53;
}
</style>
border-color css
<style>
span { border-color: #D9DD53; }
span { border-color: rgb(217,221,83); }
td.TdClassName
{
border-color: #D9DD53;
}
.TagClassName
{
border-color: #D9DD53;
}
</style>