Shades of Manz #D9D25B
Tints of Manz #D9D25B
RGB
CMYK
RGB Variations
Color information
#D9D25B (or 0xD9D25B) is known color: Manz. HEX triplet: D9, D2 and 5B. RGB value is (217,210,91). Sum of RGB (Red+Green+Blue) = 217+210+91=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D25B is #262DA4. Grayscale: #C7C7C7. Windows color (decimal): -2502053 or 6017753. OLE color: 6017753.
HSL color Cylindrical-coordinate representation of color #D9D25B: hue angle of 56.67º 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 #D9D25B is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 210 | 91 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.15 |
| HSL | 56.67º | 0.62% | 0.6% | - |
| HSV(B) | 56.67º | 0.58% | 0.85% | - |
| XYZ | 53.55 | 61.6 | 18.97 | - |
| YUV | 198.53 | 67.32 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 91 | 0 | 0.03 | 0.58 | 0.15 | 56.67 | 0.62 | 0.6 |
| Hex | D9 | D2 | 5B | 0 | 3 | 3A | F | 39 | 3E | 3C |
| Octal | 331 | 322 | 133 | 0 | 3 | 72 | 17 | 71 | 76 | 74 |
| Binary | 11011001 | 11010010 | 1011011 | 0 | 11 | 111010 | 1111 | 111001 | 111110 | 111100 |
Color Harmonies of #D9D25B
Complementary color
Monochromatic Colors of #D9D25B
Black with #D9D25B
Text Example
Text Example
White with #D9D25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D25B; }
p { color: rgb(217,210,91); }
H1.HeaderClassName
{
color: #D9D25B;
}
.AnyTagClassName
{
color: #D9D25B;
}
</style>
background-color css
<style>
a { background-color: #D9D25B; }
a { background-color: rgb(217,210,91); }
div.DivClassName
{
background-color: #D9D25B;
}
.BgClassName
{
background-color: #D9D25B;
}
</style>
border-color css
<style>
span { border-color: #D9D25B; }
span { border-color: rgb(217,210,91); }
td.TdClassName
{
border-color: #D9D25B;
}
.TagClassName
{
border-color: #D9D25B;
}
</style>