Shades of Manz #D8DD57
Tints of Manz #D8DD57
RGB
CMYK
RGB Variations
Color information
#D8DD57 (or 0xD8DD57) is known color: Manz. HEX triplet: D8, DD and 57. RGB value is (216,221,87). Sum of RGB (Red+Green+Blue) = 216+221+87=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 87 (34.38% from 255 or 16.60% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD57 is #2722A8. Grayscale: #CCCCCC. Windows color (decimal): -2564777 or 5758424. OLE color: 5758424.
HSL color Cylindrical-coordinate representation of color #D8DD57: hue angle of 62.24º 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 #D8DD57 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 87 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.13 |
| HSL | 62.24º | 0.66% | 0.6% | - |
| HSV(B) | 62.24º | 0.61% | 0.87% | - |
| XYZ | 55.9 | 67 | 19 | - |
| YUV | 204.23 | 61.84 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 87 | 0.02 | 0 | 0.61 | 0.13 | 62.24 | 0.66 | 0.6 |
| Hex | D8 | DD | 57 | 2 | 0 | 3D | D | 3E | 42 | 3C |
| Octal | 330 | 335 | 127 | 2 | 0 | 75 | 15 | 76 | 102 | 74 |
| Binary | 11011000 | 11011101 | 1010111 | 10 | 0 | 111101 | 1101 | 111110 | 1000010 | 111100 |
Color Harmonies of #D8DD57
Complementary color
Monochromatic Colors of #D8DD57
Black with #D8DD57
Text Example
Text Example
White with #D8DD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD57; }
p { color: rgb(216,221,87); }
H1.HeaderClassName
{
color: #D8DD57;
}
.AnyTagClassName
{
color: #D8DD57;
}
</style>
background-color css
<style>
a { background-color: #D8DD57; }
a { background-color: rgb(216,221,87); }
div.DivClassName
{
background-color: #D8DD57;
}
.BgClassName
{
background-color: #D8DD57;
}
</style>
border-color css
<style>
span { border-color: #D8DD57; }
span { border-color: rgb(216,221,87); }
td.TdClassName
{
border-color: #D8DD57;
}
.TagClassName
{
border-color: #D8DD57;
}
</style>