Shades of Manz #DFDC50
Tints of Manz #DFDC50
RGB
CMYK
RGB Variations
Color information
#DFDC50 (or 0xDFDC50) is known color: Manz. HEX triplet: DF, DC and 50. RGB value is (223,220,80). Sum of RGB (Red+Green+Blue) = 223+220+80=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC50 is #2023AF. Grayscale: #CDCDCD. Windows color (decimal): -2106288 or 5299423. OLE color: 5299423.
HSL color Cylindrical-coordinate representation of color #DFDC50: hue angle of 58.74º 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 #DFDC50 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 220 | 80 | - |
CMYK | 0 | 0.01 | 0.64 | 0.13 |
HSL | 58.74º | 0.69% | 0.59% | - |
HSV(B) | 58.74º | 0.64% | 0.87% | - |
XYZ | 57.47 | 67.45 | 17.58 | - |
YUV | 204.94 | 57.49 | 140.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 220 | 80 | 0 | 0.01 | 0.64 | 0.13 | 58.74 | 0.69 | 0.59 |
Hex | DF | DC | 50 | 0 | 1 | 40 | D | 3B | 45 | 3B |
Octal | 337 | 334 | 120 | 0 | 1 | 100 | 15 | 73 | 105 | 73 |
Binary | 11011111 | 11011100 | 1010000 | 0 | 1 | 1000000 | 1101 | 111011 | 1000101 | 111011 |
Color Harmonies of #DFDC50
Complementary color
Monochromatic Colors of #DFDC50
Black with #DFDC50
Text Example
Text Example
White with #DFDC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC50; }
p { color: rgb(223,220,80); }
H1.HeaderClassName
{
color: #DFDC50;
}
.AnyTagClassName
{
color: #DFDC50;
}
</style>
background-color css
<style>
a { background-color: #DFDC50; }
a { background-color: rgb(223,220,80); }
div.DivClassName
{
background-color: #DFDC50;
}
.BgClassName
{
background-color: #DFDC50;
}
</style>
border-color css
<style>
span { border-color: #DFDC50; }
span { border-color: rgb(223,220,80); }
td.TdClassName
{
border-color: #DFDC50;
}
.TagClassName
{
border-color: #DFDC50;
}
</style>