Shades of Manz #DFDF50
Tints of Manz #DFDF50
RGB
CMYK
RGB Variations
Color information
#DFDF50 (or 0xDFDF50) is known color: Manz. HEX triplet: DF, DF and 50. RGB value is (223,223,80). Sum of RGB (Red+Green+Blue) = 223+223+80=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF50 is #2020AF. Grayscale: #CFCFCF. Windows color (decimal): -2105520 or 5300191. OLE color: 5300191.
HSL color Cylindrical-coordinate representation of color #DFDF50: hue angle of 60º 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 #DFDF50 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 80 | - |
| CMYK | 0 | 0 | 0.64 | 0.13 |
| HSL | 60º | 0.69% | 0.59% | - |
| HSV(B) | 60º | 0.64% | 0.87% | - |
| XYZ | 58.27 | 69.04 | 17.84 | - |
| YUV | 206.7 | 56.5 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 80 | 0 | 0 | 0.64 | 0.13 | 60 | 0.69 | 0.59 |
| Hex | DF | DF | 50 | 0 | 0 | 40 | D | 3C | 45 | 3B |
| Octal | 337 | 337 | 120 | 0 | 0 | 100 | 15 | 74 | 105 | 73 |
| Binary | 11011111 | 11011111 | 1010000 | 0 | 0 | 1000000 | 1101 | 111100 | 1000101 | 111011 |
Color Harmonies of #DFDF50
Complementary color
Monochromatic Colors of #DFDF50
Black with #DFDF50
Text Example
Text Example
White with #DFDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF50; }
p { color: rgb(223,223,80); }
H1.HeaderClassName
{
color: #DFDF50;
}
.AnyTagClassName
{
color: #DFDF50;
}
</style>
background-color css
<style>
a { background-color: #DFDF50; }
a { background-color: rgb(223,223,80); }
div.DivClassName
{
background-color: #DFDF50;
}
.BgClassName
{
background-color: #DFDF50;
}
</style>
border-color css
<style>
span { border-color: #DFDF50; }
span { border-color: rgb(223,223,80); }
td.TdClassName
{
border-color: #DFDF50;
}
.TagClassName
{
border-color: #DFDF50;
}
</style>