Shades of Manz #DFDB49
Tints of Manz #DFDB49
RGB
CMYK
RGB Variations
Color information
#DFDB49 (or 0xDFDB49) is known color: Manz. HEX triplet: DF, DB and 49. RGB value is (223,219,73). Sum of RGB (Red+Green+Blue) = 223+219+73=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 73 (28.91% from 255 or 14.17% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB49 is #2024B6. Grayscale: #CCCCCC. Windows color (decimal): -2106551 or 4840415. OLE color: 4840415.
HSL color Cylindrical-coordinate representation of color #DFDB49: hue angle of 58.4º degrees, saturation: 0.7, 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 #DFDB49 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 73 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.13 |
| HSL | 58.4º | 0.7% | 0.58% | - |
| HSV(B) | 58.4º | 0.67% | 0.87% | - |
| XYZ | 56.97 | 66.83 | 16.2 | - |
| YUV | 203.55 | 54.33 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 73 | 0 | 0.02 | 0.67 | 0.13 | 58.4 | 0.7 | 0.58 |
| Hex | DF | DB | 49 | 0 | 2 | 43 | D | 3A | 46 | 3A |
| Octal | 337 | 333 | 111 | 0 | 2 | 103 | 15 | 72 | 106 | 72 |
| Binary | 11011111 | 11011011 | 1001001 | 0 | 10 | 1000011 | 1101 | 111010 | 1000110 | 111010 |
Color Harmonies of #DFDB49
Complementary color
Monochromatic Colors of #DFDB49
Black with #DFDB49
Text Example
Text Example
White with #DFDB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB49; }
p { color: rgb(223,219,73); }
H1.HeaderClassName
{
color: #DFDB49;
}
.AnyTagClassName
{
color: #DFDB49;
}
</style>
background-color css
<style>
a { background-color: #DFDB49; }
a { background-color: rgb(223,219,73); }
div.DivClassName
{
background-color: #DFDB49;
}
.BgClassName
{
background-color: #DFDB49;
}
</style>
border-color css
<style>
span { border-color: #DFDB49; }
span { border-color: rgb(223,219,73); }
td.TdClassName
{
border-color: #DFDB49;
}
.TagClassName
{
border-color: #DFDB49;
}
</style>