Shades of Manz #D9DD57
Tints of Manz #D9DD57
RGB
CMYK
RGB Variations
Color information
#D9DD57 (or 0xD9DD57) is known color: Manz. HEX triplet: D9, DD and 57. RGB value is (217,221,87). Sum of RGB (Red+Green+Blue) = 217+221+87=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 87 (34.38% from 255 or 16.57% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DD57 is #2622A8. Grayscale: #CDCDCD. Windows color (decimal): -2499241 or 5758425. OLE color: 5758425.
HSL color Cylindrical-coordinate representation of color #D9DD57: hue angle of 61.79º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9DD57 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 87 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.13 |
| HSL | 61.79º | 0.66% | 0.6% | - |
| HSV(B) | 61.79º | 0.61% | 0.87% | - |
| XYZ | 56.19 | 67.15 | 19.02 | - |
| YUV | 204.53 | 61.67 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 87 | 0.02 | 0 | 0.61 | 0.13 | 61.79 | 0.66 | 0.6 |
| Hex | D9 | DD | 57 | 2 | 0 | 3D | D | 3E | 42 | 3C |
| Octal | 331 | 335 | 127 | 2 | 0 | 75 | 15 | 76 | 102 | 74 |
| Binary | 11011001 | 11011101 | 1010111 | 10 | 0 | 111101 | 1101 | 111110 | 1000010 | 111100 |
Color Harmonies of #D9DD57
Complementary color
Monochromatic Colors of #D9DD57
Black with #D9DD57
Text Example
Text Example
White with #D9DD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DD57; }
p { color: rgb(217,221,87); }
H1.HeaderClassName
{
color: #D9DD57;
}
.AnyTagClassName
{
color: #D9DD57;
}
</style>
background-color css
<style>
a { background-color: #D9DD57; }
a { background-color: rgb(217,221,87); }
div.DivClassName
{
background-color: #D9DD57;
}
.BgClassName
{
background-color: #D9DD57;
}
</style>
border-color css
<style>
span { border-color: #D9DD57; }
span { border-color: rgb(217,221,87); }
td.TdClassName
{
border-color: #D9DD57;
}
.TagClassName
{
border-color: #D9DD57;
}
</style>