Shades of Manz #DBDD49
Tints of Manz #DBDD49
RGB
CMYK
RGB Variations
Color information
#DBDD49 (or 0xDBDD49) is known color: Manz. HEX triplet: DB, DD and 49. RGB value is (219,221,73). Sum of RGB (Red+Green+Blue) = 219+221+73=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 73 (28.91% from 255 or 14.23% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD49 is #2422B6. Grayscale: #CCCCCC. Windows color (decimal): -2368183 or 4840923. OLE color: 4840923.
HSL color Cylindrical-coordinate representation of color #DBDD49: hue angle of 60.81º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBDD49 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 73 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.13 |
| HSL | 60.81º | 0.69% | 0.58% | - |
| HSV(B) | 60.81º | 0.67% | 0.87% | - |
| XYZ | 56.27 | 67.25 | 16.32 | - |
| YUV | 203.53 | 54.34 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 73 | 0.01 | 0 | 0.67 | 0.13 | 60.81 | 0.69 | 0.58 |
| Hex | DB | DD | 49 | 1 | 0 | 43 | D | 3D | 45 | 3A |
| Octal | 333 | 335 | 111 | 1 | 0 | 103 | 15 | 75 | 105 | 72 |
| Binary | 11011011 | 11011101 | 1001001 | 1 | 0 | 1000011 | 1101 | 111101 | 1000101 | 111010 |
Color Harmonies of #DBDD49
Complementary color
Monochromatic Colors of #DBDD49
Black with #DBDD49
Text Example
Text Example
White with #DBDD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD49; }
p { color: rgb(219,221,73); }
H1.HeaderClassName
{
color: #DBDD49;
}
.AnyTagClassName
{
color: #DBDD49;
}
</style>
background-color css
<style>
a { background-color: #DBDD49; }
a { background-color: rgb(219,221,73); }
div.DivClassName
{
background-color: #DBDD49;
}
.BgClassName
{
background-color: #DBDD49;
}
</style>
border-color css
<style>
span { border-color: #DBDD49; }
span { border-color: rgb(219,221,73); }
td.TdClassName
{
border-color: #DBDD49;
}
.TagClassName
{
border-color: #DBDD49;
}
</style>