Shades of Manz #D7D553
Tints of Manz #D7D553
RGB
CMYK
RGB Variations
Color information
#D7D553 (or 0xD7D553) is known color: Manz. HEX triplet: D7, D5 and 53. RGB value is (215,213,83). Sum of RGB (Red+Green+Blue) = 215+213+83=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D553 is #282AAC. Grayscale: #C7C7C7. Windows color (decimal): -2632365 or 5494231. OLE color: 5494231.
HSL color Cylindrical-coordinate representation of color #D7D553: hue angle of 59.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7D553 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 213 | 83 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.16 |
| HSL | 59.09º | 0.62% | 0.58% | - |
| HSV(B) | 59.09º | 0.61% | 0.84% | - |
| XYZ | 53.38 | 62.66 | 17.46 | - |
| YUV | 198.78 | 62.66 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 213 | 83 | 0 | 0.01 | 0.61 | 0.16 | 59.09 | 0.62 | 0.58 |
| Hex | D7 | D5 | 53 | 0 | 1 | 3D | 10 | 3B | 3E | 3A |
| Octal | 327 | 325 | 123 | 0 | 1 | 75 | 20 | 73 | 76 | 72 |
| Binary | 11010111 | 11010101 | 1010011 | 0 | 1 | 111101 | 10000 | 111011 | 111110 | 111010 |
Color Harmonies of #D7D553
Complementary color
Monochromatic Colors of #D7D553
Black with #D7D553
Text Example
Text Example
White with #D7D553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D553; }
p { color: rgb(215,213,83); }
H1.HeaderClassName
{
color: #D7D553;
}
.AnyTagClassName
{
color: #D7D553;
}
</style>
background-color css
<style>
a { background-color: #D7D553; }
a { background-color: rgb(215,213,83); }
div.DivClassName
{
background-color: #D7D553;
}
.BgClassName
{
background-color: #D7D553;
}
</style>
border-color css
<style>
span { border-color: #D7D553; }
span { border-color: rgb(215,213,83); }
td.TdClassName
{
border-color: #D7D553;
}
.TagClassName
{
border-color: #D7D553;
}
</style>