Shades of Manz #D7D355
Tints of Manz #D7D355
RGB
CMYK
RGB Variations
Color information
#D7D355 (or 0xD7D355) is known color: Manz. HEX triplet: D7, D3 and 55. RGB value is (215,211,85). Sum of RGB (Red+Green+Blue) = 215+211+85=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D355 is #282CAA. Grayscale: #C6C6C6. Windows color (decimal): -2632875 or 5624791. OLE color: 5624791.
HSL color Cylindrical-coordinate representation of color #D7D355: hue angle of 58.15º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7D355 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 211 | 85 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.16 |
| HSL | 58.15º | 0.62% | 0.59% | - |
| HSV(B) | 58.15º | 0.6% | 0.84% | - |
| XYZ | 52.96 | 61.69 | 17.71 | - |
| YUV | 197.83 | 64.33 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 211 | 85 | 0 | 0.02 | 0.60 | 0.16 | 58.15 | 0.62 | 0.59 |
| Hex | D7 | D3 | 55 | 0 | 2 | 3C | 10 | 3A | 3E | 3B |
| Octal | 327 | 323 | 125 | 0 | 2 | 74 | 20 | 72 | 76 | 73 |
| Binary | 11010111 | 11010011 | 1010101 | 0 | 10 | 111100 | 10000 | 111010 | 111110 | 111011 |
Color Harmonies of #D7D355
Complementary color
Monochromatic Colors of #D7D355
Black with #D7D355
Text Example
Text Example
White with #D7D355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D355; }
p { color: rgb(215,211,85); }
H1.HeaderClassName
{
color: #D7D355;
}
.AnyTagClassName
{
color: #D7D355;
}
</style>
background-color css
<style>
a { background-color: #D7D355; }
a { background-color: rgb(215,211,85); }
div.DivClassName
{
background-color: #D7D355;
}
.BgClassName
{
background-color: #D7D355;
}
</style>
border-color css
<style>
span { border-color: #D7D355; }
span { border-color: rgb(215,211,85); }
td.TdClassName
{
border-color: #D7D355;
}
.TagClassName
{
border-color: #D7D355;
}
</style>