Shades of Manz #DFDC51
Tints of Manz #DFDC51
RGB
CMYK
RGB Variations
Color information
#DFDC51 (or 0xDFDC51) is known color: Manz. HEX triplet: DF, DC and 51. RGB value is (223,220,81). Sum of RGB (Red+Green+Blue) = 223+220+81=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 81 (32.03% from 255 or 15.46% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC51 is #2023AE. Grayscale: #CDCDCD. Windows color (decimal): -2106287 or 5364959. OLE color: 5364959.
HSL color Cylindrical-coordinate representation of color #DFDC51: hue angle of 58.73º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFDC51 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 81 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.13 |
| HSL | 58.73º | 0.69% | 0.6% | - |
| HSV(B) | 58.73º | 0.64% | 0.87% | - |
| XYZ | 57.51 | 67.47 | 17.78 | - |
| YUV | 205.05 | 57.99 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 81 | 0 | 0.01 | 0.64 | 0.13 | 58.73 | 0.69 | 0.6 |
| Hex | DF | DC | 51 | 0 | 1 | 40 | D | 3B | 45 | 3C |
| Octal | 337 | 334 | 121 | 0 | 1 | 100 | 15 | 73 | 105 | 74 |
| Binary | 11011111 | 11011100 | 1010001 | 0 | 1 | 1000000 | 1101 | 111011 | 1000101 | 111100 |
Color Harmonies of #DFDC51
Complementary color
Monochromatic Colors of #DFDC51
Black with #DFDC51
Text Example
Text Example
White with #DFDC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC51; }
p { color: rgb(223,220,81); }
H1.HeaderClassName
{
color: #DFDC51;
}
.AnyTagClassName
{
color: #DFDC51;
}
</style>
background-color css
<style>
a { background-color: #DFDC51; }
a { background-color: rgb(223,220,81); }
div.DivClassName
{
background-color: #DFDC51;
}
.BgClassName
{
background-color: #DFDC51;
}
</style>
border-color css
<style>
span { border-color: #DFDC51; }
span { border-color: rgb(223,220,81); }
td.TdClassName
{
border-color: #DFDC51;
}
.TagClassName
{
border-color: #DFDC51;
}
</style>