Shades of Manz #D6D45A
Tints of Manz #D6D45A
RGB
CMYK
RGB Variations
Color information
#D6D45A (or 0xD6D45A) is known color: Manz. HEX triplet: D6, D4 and 5A. RGB value is (214,212,90). Sum of RGB (Red+Green+Blue) = 214+212+90=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D45A is #292BA5. Grayscale: #C7C7C7. Windows color (decimal): -2698150 or 5952726. OLE color: 5952726.
HSL color Cylindrical-coordinate representation of color #D6D45A: hue angle of 59.03º 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 #D6D45A is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 90 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.16 |
| HSL | 59.03º | 0.6% | 0.6% | - |
| HSV(B) | 59.03º | 0.58% | 0.84% | - |
| XYZ | 53.12 | 62.12 | 18.86 | - |
| YUV | 198.69 | 66.66 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 90 | 0 | 0.01 | 0.58 | 0.16 | 59.03 | 0.6 | 0.6 |
| Hex | D6 | D4 | 5A | 0 | 1 | 3A | 10 | 3B | 3C | 3C |
| Octal | 326 | 324 | 132 | 0 | 1 | 72 | 20 | 73 | 74 | 74 |
| Binary | 11010110 | 11010100 | 1011010 | 0 | 1 | 111010 | 10000 | 111011 | 111100 | 111100 |
Color Harmonies of #D6D45A
Complementary color
Monochromatic Colors of #D6D45A
Black with #D6D45A
Text Example
Text Example
White with #D6D45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D45A; }
p { color: rgb(214,212,90); }
H1.HeaderClassName
{
color: #D6D45A;
}
.AnyTagClassName
{
color: #D6D45A;
}
</style>
background-color css
<style>
a { background-color: #D6D45A; }
a { background-color: rgb(214,212,90); }
div.DivClassName
{
background-color: #D6D45A;
}
.BgClassName
{
background-color: #D6D45A;
}
</style>
border-color css
<style>
span { border-color: #D6D45A; }
span { border-color: rgb(214,212,90); }
td.TdClassName
{
border-color: #D6D45A;
}
.TagClassName
{
border-color: #D6D45A;
}
</style>