Shades of Manz #D6D35E
Tints of Manz #D6D35E
RGB
CMYK
RGB Variations
Color information
#D6D35E (or 0xD6D35E) is known color: Manz. HEX triplet: D6, D3 and 5E. RGB value is (214,211,94). Sum of RGB (Red+Green+Blue) = 214+211+94=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D35E is #292CA1. Grayscale: #C7C7C7. Windows color (decimal): -2698402 or 6214614. OLE color: 6214614.
HSL color Cylindrical-coordinate representation of color #D6D35E: hue angle of 58.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 #D6D35E is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 94 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.16 |
| HSL | 58.5º | 0.59% | 0.6% | - |
| HSV(B) | 58.5º | 0.56% | 0.84% | - |
| XYZ | 53.05 | 61.69 | 19.7 | - |
| YUV | 198.56 | 68.99 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 94 | 0 | 0.01 | 0.56 | 0.16 | 58.5 | 0.59 | 0.6 |
| Hex | D6 | D3 | 5E | 0 | 1 | 38 | 10 | 3A | 3B | 3C |
| Octal | 326 | 323 | 136 | 0 | 1 | 70 | 20 | 72 | 73 | 74 |
| Binary | 11010110 | 11010011 | 1011110 | 0 | 1 | 111000 | 10000 | 111010 | 111011 | 111100 |
Color Harmonies of #D6D35E
Complementary color
Monochromatic Colors of #D6D35E
Black with #D6D35E
Text Example
Text Example
White with #D6D35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D35E; }
p { color: rgb(214,211,94); }
H1.HeaderClassName
{
color: #D6D35E;
}
.AnyTagClassName
{
color: #D6D35E;
}
</style>
background-color css
<style>
a { background-color: #D6D35E; }
a { background-color: rgb(214,211,94); }
div.DivClassName
{
background-color: #D6D35E;
}
.BgClassName
{
background-color: #D6D35E;
}
</style>
border-color css
<style>
span { border-color: #D6D35E; }
span { border-color: rgb(214,211,94); }
td.TdClassName
{
border-color: #D6D35E;
}
.TagClassName
{
border-color: #D6D35E;
}
</style>