Shades of Manz #D7D354
Tints of Manz #D7D354
RGB
CMYK
RGB Variations
Color information
#D7D354 (or 0xD7D354) is known color: Manz. HEX triplet: D7, D3 and 54. RGB value is (215,211,84). Sum of RGB (Red+Green+Blue) = 215+211+84=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 84 (33.20% from 255 or 16.47% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D354 is #282CAB. Grayscale: #C6C6C6. Windows color (decimal): -2632876 or 5559255. OLE color: 5559255.
HSL color Cylindrical-coordinate representation of color #D7D354: hue angle of 58.17º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7D354 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 211 | 84 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.16 |
| HSL | 58.17º | 0.62% | 0.59% | - |
| HSV(B) | 58.17º | 0.61% | 0.84% | - |
| XYZ | 52.92 | 61.68 | 17.5 | - |
| YUV | 197.72 | 63.83 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 84 | 0 | 0.02 | 0.61 | 0.16 | 58.17 | 0.62 | 0.59 |
| Hex | D7 | D3 | 54 | 0 | 2 | 3D | 10 | 3A | 3E | 3B |
| Octal | 327 | 323 | 124 | 0 | 2 | 75 | 20 | 72 | 76 | 73 |
| Binary | 11010111 | 11010011 | 1010100 | 0 | 10 | 111101 | 10000 | 111010 | 111110 | 111011 |
Color Harmonies of #D7D354
Complementary color
Monochromatic Colors of #D7D354
Black with #D7D354
Text Example
Text Example
White with #D7D354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D354; }
p { color: rgb(215,211,84); }
H1.HeaderClassName
{
color: #D7D354;
}
.AnyTagClassName
{
color: #D7D354;
}
</style>
background-color css
<style>
a { background-color: #D7D354; }
a { background-color: rgb(215,211,84); }
div.DivClassName
{
background-color: #D7D354;
}
.BgClassName
{
background-color: #D7D354;
}
</style>
border-color css
<style>
span { border-color: #D7D354; }
span { border-color: rgb(215,211,84); }
td.TdClassName
{
border-color: #D7D354;
}
.TagClassName
{
border-color: #D7D354;
}
</style>