Shades of Manz #D9DB5C
Tints of Manz #D9DB5C
RGB
CMYK
RGB Variations
Color information
#D9DB5C (or 0xD9DB5C) is known color: Manz. HEX triplet: D9, DB and 5C. RGB value is (217,219,92). Sum of RGB (Red+Green+Blue) = 217+219+92=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DB5C is #2624A3. Grayscale: #CCCCCC. Windows color (decimal): -2499748 or 6085593. OLE color: 6085593.
HSL color Cylindrical-coordinate representation of color #D9DB5C: hue angle of 60.94º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9DB5C is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 219 | 92 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.14 |
| HSL | 60.94º | 0.64% | 0.61% | - |
| HSV(B) | 60.94º | 0.58% | 0.86% | - |
| XYZ | 55.88 | 66.19 | 19.96 | - |
| YUV | 203.92 | 64.84 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 92 | 0.01 | 0 | 0.58 | 0.14 | 60.94 | 0.64 | 0.61 |
| Hex | D9 | DB | 5C | 1 | 0 | 3A | E | 3D | 40 | 3D |
| Octal | 331 | 333 | 134 | 1 | 0 | 72 | 16 | 75 | 100 | 75 |
| Binary | 11011001 | 11011011 | 1011100 | 1 | 0 | 111010 | 1110 | 111101 | 1000000 | 111101 |
Color Harmonies of #D9DB5C
Complementary color
Monochromatic Colors of #D9DB5C
Black with #D9DB5C
Text Example
Text Example
White with #D9DB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DB5C; }
p { color: rgb(217,219,92); }
H1.HeaderClassName
{
color: #D9DB5C;
}
.AnyTagClassName
{
color: #D9DB5C;
}
</style>
background-color css
<style>
a { background-color: #D9DB5C; }
a { background-color: rgb(217,219,92); }
div.DivClassName
{
background-color: #D9DB5C;
}
.BgClassName
{
background-color: #D9DB5C;
}
</style>
border-color css
<style>
span { border-color: #D9DB5C; }
span { border-color: rgb(217,219,92); }
td.TdClassName
{
border-color: #D9DB5C;
}
.TagClassName
{
border-color: #D9DB5C;
}
</style>