Shades of Manz #D9D55B
Tints of Manz #D9D55B
RGB
CMYK
RGB Variations
Color information
#D9D55B (or 0xD9D55B) is known color: Manz. HEX triplet: D9, D5 and 5B. RGB value is (217,213,91). Sum of RGB (Red+Green+Blue) = 217+213+91=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D55B is #262AA4. Grayscale: #C8C8C8. Windows color (decimal): -2501285 or 6018521. OLE color: 6018521.
HSL color Cylindrical-coordinate representation of color #D9D55B: hue angle of 58.1º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9D55B is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 91 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.15 |
| HSL | 58.1º | 0.62% | 0.6% | - |
| HSV(B) | 58.1º | 0.58% | 0.85% | - |
| XYZ | 54.3 | 63.1 | 19.21 | - |
| YUV | 200.29 | 66.33 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 91 | 0 | 0.02 | 0.58 | 0.15 | 58.1 | 0.62 | 0.6 |
| Hex | D9 | D5 | 5B | 0 | 2 | 3A | F | 3A | 3E | 3C |
| Octal | 331 | 325 | 133 | 0 | 2 | 72 | 17 | 72 | 76 | 74 |
| Binary | 11011001 | 11010101 | 1011011 | 0 | 10 | 111010 | 1111 | 111010 | 111110 | 111100 |
Color Harmonies of #D9D55B
Complementary color
Monochromatic Colors of #D9D55B
Black with #D9D55B
Text Example
Text Example
White with #D9D55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D55B; }
p { color: rgb(217,213,91); }
H1.HeaderClassName
{
color: #D9D55B;
}
.AnyTagClassName
{
color: #D9D55B;
}
</style>
background-color css
<style>
a { background-color: #D9D55B; }
a { background-color: rgb(217,213,91); }
div.DivClassName
{
background-color: #D9D55B;
}
.BgClassName
{
background-color: #D9D55B;
}
</style>
border-color css
<style>
span { border-color: #D9D55B; }
span { border-color: rgb(217,213,91); }
td.TdClassName
{
border-color: #D9D55B;
}
.TagClassName
{
border-color: #D9D55B;
}
</style>