Shades of Manz #D5D65E
Tints of Manz #D5D65E
RGB
CMYK
RGB Variations
Color information
#D5D65E (or 0xD5D65E) is known color: Manz. HEX triplet: D5, D6 and 5E. RGB value is (213,214,94). Sum of RGB (Red+Green+Blue) = 213+214+94=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D65E is #2A29A1. Grayscale: #C8C8C8. Windows color (decimal): -2763170 or 6215381. OLE color: 6215381.
HSL color Cylindrical-coordinate representation of color #D5D65E: hue angle of 60.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5D65E is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 94 | - |
| CMYK | 0.00 | 0 | 0.56 | 0.16 |
| HSL | 60.5º | 0.59% | 0.6% | - |
| HSV(B) | 60.5º | 0.56% | 0.84% | - |
| XYZ | 53.51 | 63.05 | 19.94 | - |
| YUV | 200.02 | 68.17 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 94 | 0.00 | 0 | 0.56 | 0.16 | 60.5 | 0.59 | 0.6 |
| Hex | D5 | D6 | 5E | 0 | 0 | 38 | 10 | 3C | 3B | 3C |
| Octal | 325 | 326 | 136 | 0 | 0 | 70 | 20 | 74 | 73 | 74 |
| Binary | 11010101 | 11010110 | 1011110 | 0 | 0 | 111000 | 10000 | 111100 | 111011 | 111100 |
Color Harmonies of #D5D65E
Complementary color
Monochromatic Colors of #D5D65E
Black with #D5D65E
Text Example
Text Example
White with #D5D65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D65E; }
p { color: rgb(213,214,94); }
H1.HeaderClassName
{
color: #D5D65E;
}
.AnyTagClassName
{
color: #D5D65E;
}
</style>
background-color css
<style>
a { background-color: #D5D65E; }
a { background-color: rgb(213,214,94); }
div.DivClassName
{
background-color: #D5D65E;
}
.BgClassName
{
background-color: #D5D65E;
}
</style>
border-color css
<style>
span { border-color: #D5D65E; }
span { border-color: rgb(213,214,94); }
td.TdClassName
{
border-color: #D5D65E;
}
.TagClassName
{
border-color: #D5D65E;
}
</style>