Shades of Manz #DFDD50
Tints of Manz #DFDD50
RGB
CMYK
RGB Variations
Color information
#DFDD50 (or 0xDFDD50) is known color: Manz. HEX triplet: DF, DD and 50. RGB value is (223,221,80). Sum of RGB (Red+Green+Blue) = 223+221+80=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD50 is #2022AF. Grayscale: #CECECE. Windows color (decimal): -2106032 or 5299679. OLE color: 5299679.
HSL color Cylindrical-coordinate representation of color #DFDD50: hue angle of 59.16º 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 #DFDD50 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 80 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.13 |
| HSL | 59.16º | 0.69% | 0.59% | - |
| HSV(B) | 59.16º | 0.64% | 0.87% | - |
| XYZ | 57.74 | 67.98 | 17.67 | - |
| YUV | 205.52 | 57.16 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 80 | 0 | 0.01 | 0.64 | 0.13 | 59.16 | 0.69 | 0.59 |
| Hex | DF | DD | 50 | 0 | 1 | 40 | D | 3B | 45 | 3B |
| Octal | 337 | 335 | 120 | 0 | 1 | 100 | 15 | 73 | 105 | 73 |
| Binary | 11011111 | 11011101 | 1010000 | 0 | 1 | 1000000 | 1101 | 111011 | 1000101 | 111011 |
Color Harmonies of #DFDD50
Complementary color
Monochromatic Colors of #DFDD50
Black with #DFDD50
Text Example
Text Example
White with #DFDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD50; }
p { color: rgb(223,221,80); }
H1.HeaderClassName
{
color: #DFDD50;
}
.AnyTagClassName
{
color: #DFDD50;
}
</style>
background-color css
<style>
a { background-color: #DFDD50; }
a { background-color: rgb(223,221,80); }
div.DivClassName
{
background-color: #DFDD50;
}
.BgClassName
{
background-color: #DFDD50;
}
</style>
border-color css
<style>
span { border-color: #DFDD50; }
span { border-color: rgb(223,221,80); }
td.TdClassName
{
border-color: #DFDD50;
}
.TagClassName
{
border-color: #DFDD50;
}
</style>