Shades of Manz #D6D35C
Tints of Manz #D6D35C
RGB
CMYK
RGB Variations
Color information
#D6D35C (or 0xD6D35C) is known color: Manz. HEX triplet: D6, D3 and 5C. RGB value is (214,211,92). Sum of RGB (Red+Green+Blue) = 214+211+92=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D35C is #292CA3. Grayscale: #C6C6C6. Windows color (decimal): -2698404 or 6083542. OLE color: 6083542.
HSL color Cylindrical-coordinate representation of color #D6D35C: hue angle of 58.52º 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 #D6D35C is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 92 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.16 |
| HSL | 58.52º | 0.6% | 0.6% | - |
| HSV(B) | 58.52º | 0.57% | 0.84% | - |
| XYZ | 52.96 | 61.66 | 19.24 | - |
| YUV | 198.33 | 67.99 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 92 | 0 | 0.01 | 0.57 | 0.16 | 58.52 | 0.6 | 0.6 |
| Hex | D6 | D3 | 5C | 0 | 1 | 39 | 10 | 3B | 3C | 3C |
| Octal | 326 | 323 | 134 | 0 | 1 | 71 | 20 | 73 | 74 | 74 |
| Binary | 11010110 | 11010011 | 1011100 | 0 | 1 | 111001 | 10000 | 111011 | 111100 | 111100 |
Color Harmonies of #D6D35C
Complementary color
Monochromatic Colors of #D6D35C
Black with #D6D35C
Text Example
Text Example
White with #D6D35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D35C; }
p { color: rgb(214,211,92); }
H1.HeaderClassName
{
color: #D6D35C;
}
.AnyTagClassName
{
color: #D6D35C;
}
</style>
background-color css
<style>
a { background-color: #D6D35C; }
a { background-color: rgb(214,211,92); }
div.DivClassName
{
background-color: #D6D35C;
}
.BgClassName
{
background-color: #D6D35C;
}
</style>
border-color css
<style>
span { border-color: #D6D35C; }
span { border-color: rgb(214,211,92); }
td.TdClassName
{
border-color: #D6D35C;
}
.TagClassName
{
border-color: #D6D35C;
}
</style>