Shades of Manz #D6D35A
Tints of Manz #D6D35A
RGB
CMYK
RGB Variations
Color information
#D6D35A (or 0xD6D35A) is known color: Manz. HEX triplet: D6, D3 and 5A. RGB value is (214,211,90). Sum of RGB (Red+Green+Blue) = 214+211+90=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D35A is #292CA5. Grayscale: #C6C6C6. Windows color (decimal): -2698406 or 5952470. OLE color: 5952470.
HSL color Cylindrical-coordinate representation of color #D6D35A: hue angle of 58.55º 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 #D6D35A is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 90 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.16 |
| HSL | 58.55º | 0.6% | 0.6% | - |
| HSV(B) | 58.55º | 0.58% | 0.84% | - |
| XYZ | 52.87 | 61.62 | 18.78 | - |
| YUV | 198.1 | 66.99 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 90 | 0 | 0.01 | 0.58 | 0.16 | 58.55 | 0.6 | 0.6 |
| Hex | D6 | D3 | 5A | 0 | 1 | 3A | 10 | 3B | 3C | 3C |
| Octal | 326 | 323 | 132 | 0 | 1 | 72 | 20 | 73 | 74 | 74 |
| Binary | 11010110 | 11010011 | 1011010 | 0 | 1 | 111010 | 10000 | 111011 | 111100 | 111100 |
Color Harmonies of #D6D35A
Complementary color
Monochromatic Colors of #D6D35A
Black with #D6D35A
Text Example
Text Example
White with #D6D35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D35A; }
p { color: rgb(214,211,90); }
H1.HeaderClassName
{
color: #D6D35A;
}
.AnyTagClassName
{
color: #D6D35A;
}
</style>
background-color css
<style>
a { background-color: #D6D35A; }
a { background-color: rgb(214,211,90); }
div.DivClassName
{
background-color: #D6D35A;
}
.BgClassName
{
background-color: #D6D35A;
}
</style>
border-color css
<style>
span { border-color: #D6D35A; }
span { border-color: rgb(214,211,90); }
td.TdClassName
{
border-color: #D6D35A;
}
.TagClassName
{
border-color: #D6D35A;
}
</style>