Shades of Manz #D7D35C
Tints of Manz #D7D35C
RGB
CMYK
RGB Variations
Color information
#D7D35C (or 0xD7D35C) is known color: Manz. HEX triplet: D7, D3 and 5C. RGB value is (215,211,92). Sum of RGB (Red+Green+Blue) = 215+211+92=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D35C is #282CA3. Grayscale: #C7C7C7. Windows color (decimal): -2632868 or 6083543. OLE color: 6083543.
HSL color Cylindrical-coordinate representation of color #D7D35C: hue angle of 58.05º degrees, saturation: 0.61, 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 #D7D35C is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 211 | 92 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.16 |
| HSL | 58.05º | 0.61% | 0.6% | - |
| HSV(B) | 58.05º | 0.57% | 0.84% | - |
| XYZ | 53.25 | 61.81 | 19.25 | - |
| YUV | 198.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 92 | 0 | 0.02 | 0.57 | 0.16 | 58.05 | 0.61 | 0.6 |
| Hex | D7 | D3 | 5C | 0 | 2 | 39 | 10 | 3A | 3D | 3C |
| Octal | 327 | 323 | 134 | 0 | 2 | 71 | 20 | 72 | 75 | 74 |
| Binary | 11010111 | 11010011 | 1011100 | 0 | 10 | 111001 | 10000 | 111010 | 111101 | 111100 |
Color Harmonies of #D7D35C
Complementary color
Monochromatic Colors of #D7D35C
Black with #D7D35C
Text Example
Text Example
White with #D7D35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D35C; }
p { color: rgb(215,211,92); }
H1.HeaderClassName
{
color: #D7D35C;
}
.AnyTagClassName
{
color: #D7D35C;
}
</style>
background-color css
<style>
a { background-color: #D7D35C; }
a { background-color: rgb(215,211,92); }
div.DivClassName
{
background-color: #D7D35C;
}
.BgClassName
{
background-color: #D7D35C;
}
</style>
border-color css
<style>
span { border-color: #D7D35C; }
span { border-color: rgb(215,211,92); }
td.TdClassName
{
border-color: #D7D35C;
}
.TagClassName
{
border-color: #D7D35C;
}
</style>