Shades of Manz #D5DA57
Tints of Manz #D5DA57
RGB
CMYK
RGB Variations
Color information
#D5DA57 (or 0xD5DA57) is known color: Manz. HEX triplet: D5, DA and 57. RGB value is (213,218,87). Sum of RGB (Red+Green+Blue) = 213+218+87=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DA57 is #2A25A8. Grayscale: #CACACA. Windows color (decimal): -2762153 or 5757653. OLE color: 5757653.
HSL color Cylindrical-coordinate representation of color #D5DA57: hue angle of 62.29º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5DA57 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 218 | 87 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.15 |
| HSL | 62.29º | 0.64% | 0.6% | - |
| HSV(B) | 62.29º | 0.6% | 0.85% | - |
| XYZ | 54.23 | 64.98 | 18.7 | - |
| YUV | 201.57 | 63.34 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 218 | 87 | 0.02 | 0 | 0.60 | 0.15 | 62.29 | 0.64 | 0.6 |
| Hex | D5 | DA | 57 | 2 | 0 | 3C | F | 3E | 40 | 3C |
| Octal | 325 | 332 | 127 | 2 | 0 | 74 | 17 | 76 | 100 | 74 |
| Binary | 11010101 | 11011010 | 1010111 | 10 | 0 | 111100 | 1111 | 111110 | 1000000 | 111100 |
Color Harmonies of #D5DA57
Complementary color
Monochromatic Colors of #D5DA57
Black with #D5DA57
Text Example
Text Example
White with #D5DA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DA57; }
p { color: rgb(213,218,87); }
H1.HeaderClassName
{
color: #D5DA57;
}
.AnyTagClassName
{
color: #D5DA57;
}
</style>
background-color css
<style>
a { background-color: #D5DA57; }
a { background-color: rgb(213,218,87); }
div.DivClassName
{
background-color: #D5DA57;
}
.BgClassName
{
background-color: #D5DA57;
}
</style>
border-color css
<style>
span { border-color: #D5DA57; }
span { border-color: rgb(213,218,87); }
td.TdClassName
{
border-color: #D5DA57;
}
.TagClassName
{
border-color: #D5DA57;
}
</style>