Shades of Manz #D5D65A
Tints of Manz #D5D65A
RGB
CMYK
RGB Variations
Color information
#D5D65A (or 0xD5D65A) is known color: Manz. HEX triplet: D5, D6 and 5A. RGB value is (213,214,90). Sum of RGB (Red+Green+Blue) = 213+214+90=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D65A is #2A29A5. Grayscale: #C8C8C8. Windows color (decimal): -2763174 or 5953237. OLE color: 5953237.
HSL color Cylindrical-coordinate representation of color #D5D65A: hue angle of 60.48º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5D65A is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 90 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.16 |
| HSL | 60.48º | 0.6% | 0.6% | - |
| HSV(B) | 60.48º | 0.58% | 0.84% | - |
| XYZ | 53.33 | 62.98 | 19.02 | - |
| YUV | 199.57 | 66.17 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 90 | 0.00 | 0 | 0.58 | 0.16 | 60.48 | 0.6 | 0.6 |
| Hex | D5 | D6 | 5A | 0 | 0 | 3A | 10 | 3C | 3C | 3C |
| Octal | 325 | 326 | 132 | 0 | 0 | 72 | 20 | 74 | 74 | 74 |
| Binary | 11010101 | 11010110 | 1011010 | 0 | 0 | 111010 | 10000 | 111100 | 111100 | 111100 |
Color Harmonies of #D5D65A
Complementary color
Monochromatic Colors of #D5D65A
Black with #D5D65A
Text Example
Text Example
White with #D5D65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D65A; }
p { color: rgb(213,214,90); }
H1.HeaderClassName
{
color: #D5D65A;
}
.AnyTagClassName
{
color: #D5D65A;
}
</style>
background-color css
<style>
a { background-color: #D5D65A; }
a { background-color: rgb(213,214,90); }
div.DivClassName
{
background-color: #D5D65A;
}
.BgClassName
{
background-color: #D5D65A;
}
</style>
border-color css
<style>
span { border-color: #D5D65A; }
span { border-color: rgb(213,214,90); }
td.TdClassName
{
border-color: #D5D65A;
}
.TagClassName
{
border-color: #D5D65A;
}
</style>