Shades of Manz #DBDD5E
Tints of Manz #DBDD5E
RGB
CMYK
RGB Variations
Color information
#DBDD5E (or 0xDBDD5E) is known color: Manz. HEX triplet: DB, DD and 5E. RGB value is (219,221,94). Sum of RGB (Red+Green+Blue) = 219+221+94=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD5E is #2422A1. Grayscale: #CECECE. Windows color (decimal): -2368162 or 6217179. OLE color: 6217179.
HSL color Cylindrical-coordinate representation of color #DBDD5E: hue angle of 60.94º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBDD5E is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 94 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.13 |
| HSL | 60.94º | 0.65% | 0.62% | - |
| HSV(B) | 60.94º | 0.57% | 0.87% | - |
| XYZ | 57.09 | 67.58 | 20.63 | - |
| YUV | 205.92 | 64.84 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 94 | 0.01 | 0 | 0.57 | 0.13 | 60.94 | 0.65 | 0.62 |
| Hex | DB | DD | 5E | 1 | 0 | 39 | D | 3D | 41 | 3E |
| Octal | 333 | 335 | 136 | 1 | 0 | 71 | 15 | 75 | 101 | 76 |
| Binary | 11011011 | 11011101 | 1011110 | 1 | 0 | 111001 | 1101 | 111101 | 1000001 | 111110 |
Color Harmonies of #DBDD5E
Complementary color
Monochromatic Colors of #DBDD5E
Black with #DBDD5E
Text Example
Text Example
White with #DBDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD5E; }
p { color: rgb(219,221,94); }
H1.HeaderClassName
{
color: #DBDD5E;
}
.AnyTagClassName
{
color: #DBDD5E;
}
</style>
background-color css
<style>
a { background-color: #DBDD5E; }
a { background-color: rgb(219,221,94); }
div.DivClassName
{
background-color: #DBDD5E;
}
.BgClassName
{
background-color: #DBDD5E;
}
</style>
border-color css
<style>
span { border-color: #DBDD5E; }
span { border-color: rgb(219,221,94); }
td.TdClassName
{
border-color: #DBDD5E;
}
.TagClassName
{
border-color: #DBDD5E;
}
</style>