Shades of Manz #DBDD5B
Tints of Manz #DBDD5B
RGB
CMYK
RGB Variations
Color information
#DBDD5B (or 0xDBDD5B) is known color: Manz. HEX triplet: DB, DD and 5B. RGB value is (219,221,91). Sum of RGB (Red+Green+Blue) = 219+221+91=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD5B is #2422A4. Grayscale: #CECECE. Windows color (decimal): -2368165 or 6020571. OLE color: 6020571.
HSL color Cylindrical-coordinate representation of color #DBDD5B: hue angle of 60.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBDD5B is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 91 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.13 |
| HSL | 60.92º | 0.66% | 0.61% | - |
| HSV(B) | 60.92º | 0.59% | 0.87% | - |
| XYZ | 56.96 | 67.53 | 19.93 | - |
| YUV | 205.58 | 63.34 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 91 | 0.01 | 0 | 0.59 | 0.13 | 60.92 | 0.66 | 0.61 |
| Hex | DB | DD | 5B | 1 | 0 | 3B | D | 3D | 42 | 3D |
| Octal | 333 | 335 | 133 | 1 | 0 | 73 | 15 | 75 | 102 | 75 |
| Binary | 11011011 | 11011101 | 1011011 | 1 | 0 | 111011 | 1101 | 111101 | 1000010 | 111101 |
Color Harmonies of #DBDD5B
Complementary color
Monochromatic Colors of #DBDD5B
Black with #DBDD5B
Text Example
Text Example
White with #DBDD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD5B; }
p { color: rgb(219,221,91); }
H1.HeaderClassName
{
color: #DBDD5B;
}
.AnyTagClassName
{
color: #DBDD5B;
}
</style>
background-color css
<style>
a { background-color: #DBDD5B; }
a { background-color: rgb(219,221,91); }
div.DivClassName
{
background-color: #DBDD5B;
}
.BgClassName
{
background-color: #DBDD5B;
}
</style>
border-color css
<style>
span { border-color: #DBDD5B; }
span { border-color: rgb(219,221,91); }
td.TdClassName
{
border-color: #DBDD5B;
}
.TagClassName
{
border-color: #DBDD5B;
}
</style>