Shades of Manz #D5D657
Tints of Manz #D5D657
RGB
CMYK
RGB Variations
Color information
#D5D657 (or 0xD5D657) is known color: Manz. HEX triplet: D5, D6 and 57. RGB value is (213,214,87). Sum of RGB (Red+Green+Blue) = 213+214+87=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 87 (34.38% from 255 or 16.93% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D657 is #2A29A8. Grayscale: #C7C7C7. Windows color (decimal): -2763177 or 5756629. OLE color: 5756629.
HSL color Cylindrical-coordinate representation of color #D5D657: hue angle of 60.47º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5D657 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 87 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.16 |
| HSL | 60.47º | 0.61% | 0.59% | - |
| HSV(B) | 60.47º | 0.59% | 0.84% | - |
| XYZ | 53.21 | 62.93 | 18.36 | - |
| YUV | 199.22 | 64.67 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 87 | 0.00 | 0 | 0.59 | 0.16 | 60.47 | 0.61 | 0.59 |
| Hex | D5 | D6 | 57 | 0 | 0 | 3B | 10 | 3C | 3D | 3B |
| Octal | 325 | 326 | 127 | 0 | 0 | 73 | 20 | 74 | 75 | 73 |
| Binary | 11010101 | 11010110 | 1010111 | 0 | 0 | 111011 | 10000 | 111100 | 111101 | 111011 |
Color Harmonies of #D5D657
Complementary color
Monochromatic Colors of #D5D657
Black with #D5D657
Text Example
Text Example
White with #D5D657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D657; }
p { color: rgb(213,214,87); }
H1.HeaderClassName
{
color: #D5D657;
}
.AnyTagClassName
{
color: #D5D657;
}
</style>
background-color css
<style>
a { background-color: #D5D657; }
a { background-color: rgb(213,214,87); }
div.DivClassName
{
background-color: #D5D657;
}
.BgClassName
{
background-color: #D5D657;
}
</style>
border-color css
<style>
span { border-color: #D5D657; }
span { border-color: rgb(213,214,87); }
td.TdClassName
{
border-color: #D5D657;
}
.TagClassName
{
border-color: #D5D657;
}
</style>