Shades of Manz #D6D35D
Tints of Manz #D6D35D
RGB
CMYK
RGB Variations
Color information
#D6D35D (or 0xD6D35D) is known color: Manz. HEX triplet: D6, D3 and 5D. RGB value is (214,211,93). Sum of RGB (Red+Green+Blue) = 214+211+93=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D35D is #292CA2. Grayscale: #C6C6C6. Windows color (decimal): -2698403 or 6149078. OLE color: 6149078.
HSL color Cylindrical-coordinate representation of color #D6D35D: hue angle of 58.51º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6D35D is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 93 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.16 |
| HSL | 58.51º | 0.6% | 0.6% | - |
| HSV(B) | 58.51º | 0.57% | 0.84% | - |
| XYZ | 53 | 61.67 | 19.47 | - |
| YUV | 198.45 | 68.49 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 93 | 0 | 0.01 | 0.57 | 0.16 | 58.51 | 0.6 | 0.6 |
| Hex | D6 | D3 | 5D | 0 | 1 | 39 | 10 | 3B | 3C | 3C |
| Octal | 326 | 323 | 135 | 0 | 1 | 71 | 20 | 73 | 74 | 74 |
| Binary | 11010110 | 11010011 | 1011101 | 0 | 1 | 111001 | 10000 | 111011 | 111100 | 111100 |
Color Harmonies of #D6D35D
Complementary color
Monochromatic Colors of #D6D35D
Black with #D6D35D
Text Example
Text Example
White with #D6D35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D35D; }
p { color: rgb(214,211,93); }
H1.HeaderClassName
{
color: #D6D35D;
}
.AnyTagClassName
{
color: #D6D35D;
}
</style>
background-color css
<style>
a { background-color: #D6D35D; }
a { background-color: rgb(214,211,93); }
div.DivClassName
{
background-color: #D6D35D;
}
.BgClassName
{
background-color: #D6D35D;
}
</style>
border-color css
<style>
span { border-color: #D6D35D; }
span { border-color: rgb(214,211,93); }
td.TdClassName
{
border-color: #D6D35D;
}
.TagClassName
{
border-color: #D6D35D;
}
</style>