Shades of Manz #DFDB50
Tints of Manz #DFDB50
RGB
CMYK
RGB Variations
Color information
#DFDB50 (or 0xDFDB50) is known color: Manz. HEX triplet: DF, DB and 50. RGB value is (223,219,80). Sum of RGB (Red+Green+Blue) = 223+219+80=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB50 is #2024AF. Grayscale: #CCCCCC. Windows color (decimal): -2106544 or 5299167. OLE color: 5299167.
HSL color Cylindrical-coordinate representation of color #DFDB50: hue angle of 58.32º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFDB50 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 80 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.13 |
| HSL | 58.32º | 0.69% | 0.59% | - |
| HSV(B) | 58.32º | 0.64% | 0.87% | - |
| XYZ | 57.21 | 66.93 | 17.49 | - |
| YUV | 204.35 | 57.83 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 80 | 0 | 0.02 | 0.64 | 0.13 | 58.32 | 0.69 | 0.59 |
| Hex | DF | DB | 50 | 0 | 2 | 40 | D | 3A | 45 | 3B |
| Octal | 337 | 333 | 120 | 0 | 2 | 100 | 15 | 72 | 105 | 73 |
| Binary | 11011111 | 11011011 | 1010000 | 0 | 10 | 1000000 | 1101 | 111010 | 1000101 | 111011 |
Color Harmonies of #DFDB50
Complementary color
Monochromatic Colors of #DFDB50
Black with #DFDB50
Text Example
Text Example
White with #DFDB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB50; }
p { color: rgb(223,219,80); }
H1.HeaderClassName
{
color: #DFDB50;
}
.AnyTagClassName
{
color: #DFDB50;
}
</style>
background-color css
<style>
a { background-color: #DFDB50; }
a { background-color: rgb(223,219,80); }
div.DivClassName
{
background-color: #DFDB50;
}
.BgClassName
{
background-color: #DFDB50;
}
</style>
border-color css
<style>
span { border-color: #DFDB50; }
span { border-color: rgb(223,219,80); }
td.TdClassName
{
border-color: #DFDB50;
}
.TagClassName
{
border-color: #DFDB50;
}
</style>