Shades of Manz #D9D55C
Tints of Manz #D9D55C
RGB
CMYK
RGB Variations
Color information
#D9D55C (or 0xD9D55C) is known color: Manz. HEX triplet: D9, D5 and 5C. RGB value is (217,213,92). Sum of RGB (Red+Green+Blue) = 217+213+92=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D55C is #262AA3. Grayscale: #C8C8C8. Windows color (decimal): -2501284 or 6084057. OLE color: 6084057.
HSL color Cylindrical-coordinate representation of color #D9D55C: hue angle of 58.08º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9D55C is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 92 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.15 |
| HSL | 58.08º | 0.62% | 0.61% | - |
| HSV(B) | 58.08º | 0.58% | 0.85% | - |
| XYZ | 54.34 | 63.11 | 19.44 | - |
| YUV | 200.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 92 | 0 | 0.02 | 0.58 | 0.15 | 58.08 | 0.62 | 0.61 |
| Hex | D9 | D5 | 5C | 0 | 2 | 3A | F | 3A | 3E | 3D |
| Octal | 331 | 325 | 134 | 0 | 2 | 72 | 17 | 72 | 76 | 75 |
| Binary | 11011001 | 11010101 | 1011100 | 0 | 10 | 111010 | 1111 | 111010 | 111110 | 111101 |
Color Harmonies of #D9D55C
Complementary color
Monochromatic Colors of #D9D55C
Black with #D9D55C
Text Example
Text Example
White with #D9D55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D55C; }
p { color: rgb(217,213,92); }
H1.HeaderClassName
{
color: #D9D55C;
}
.AnyTagClassName
{
color: #D9D55C;
}
</style>
background-color css
<style>
a { background-color: #D9D55C; }
a { background-color: rgb(217,213,92); }
div.DivClassName
{
background-color: #D9D55C;
}
.BgClassName
{
background-color: #D9D55C;
}
</style>
border-color css
<style>
span { border-color: #D9D55C; }
span { border-color: rgb(217,213,92); }
td.TdClassName
{
border-color: #D9D55C;
}
.TagClassName
{
border-color: #D9D55C;
}
</style>