Shades of Manz #D7D55C
Tints of Manz #D7D55C
RGB
CMYK
RGB Variations
Color information
#D7D55C (or 0xD7D55C) is known color: Manz. HEX triplet: D7, D5 and 5C. RGB value is (215,213,92). Sum of RGB (Red+Green+Blue) = 215+213+92=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D55C is #282AA3. Grayscale: #C8C8C8. Windows color (decimal): -2632356 or 6084055. OLE color: 6084055.
HSL color Cylindrical-coordinate representation of color #D7D55C: hue angle of 59.02º 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 #D7D55C is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 213 | 92 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.16 |
| HSL | 59.02º | 0.61% | 0.6% | - |
| HSV(B) | 59.02º | 0.57% | 0.84% | - |
| XYZ | 53.75 | 62.81 | 19.42 | - |
| YUV | 199.8 | 67.16 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 213 | 92 | 0 | 0.01 | 0.57 | 0.16 | 59.02 | 0.61 | 0.6 |
| Hex | D7 | D5 | 5C | 0 | 1 | 39 | 10 | 3B | 3D | 3C |
| Octal | 327 | 325 | 134 | 0 | 1 | 71 | 20 | 73 | 75 | 74 |
| Binary | 11010111 | 11010101 | 1011100 | 0 | 1 | 111001 | 10000 | 111011 | 111101 | 111100 |
Color Harmonies of #D7D55C
Complementary color
Monochromatic Colors of #D7D55C
Black with #D7D55C
Text Example
Text Example
White with #D7D55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D55C; }
p { color: rgb(215,213,92); }
H1.HeaderClassName
{
color: #D7D55C;
}
.AnyTagClassName
{
color: #D7D55C;
}
</style>
background-color css
<style>
a { background-color: #D7D55C; }
a { background-color: rgb(215,213,92); }
div.DivClassName
{
background-color: #D7D55C;
}
.BgClassName
{
background-color: #D7D55C;
}
</style>
border-color css
<style>
span { border-color: #D7D55C; }
span { border-color: rgb(215,213,92); }
td.TdClassName
{
border-color: #D7D55C;
}
.TagClassName
{
border-color: #D7D55C;
}
</style>