Shades of Manz #DFDE55
Tints of Manz #DFDE55
RGB
CMYK
RGB Variations
Color information
#DFDE55 (or 0xDFDE55) is known color: Manz. HEX triplet: DF, DE and 55. RGB value is (223,222,85). Sum of RGB (Red+Green+Blue) = 223+222+85=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 85 (33.59% from 255 or 16.04% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE55 is #2021AA. Grayscale: #CFCFCF. Windows color (decimal): -2105771 or 5627615. OLE color: 5627615.
HSL color Cylindrical-coordinate representation of color #DFDE55: hue angle of 59.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFDE55 is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 85 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.13 |
| HSL | 59.57º | 0.68% | 0.6% | - |
| HSV(B) | 59.57º | 0.62% | 0.87% | - |
| XYZ | 58.19 | 68.59 | 18.77 | - |
| YUV | 206.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 85 | 0 | 0.00 | 0.62 | 0.13 | 59.57 | 0.68 | 0.6 |
| Hex | DF | DE | 55 | 0 | 0 | 3E | D | 3C | 44 | 3C |
| Octal | 337 | 336 | 125 | 0 | 0 | 76 | 15 | 74 | 104 | 74 |
| Binary | 11011111 | 11011110 | 1010101 | 0 | 0 | 111110 | 1101 | 111100 | 1000100 | 111100 |
Color Harmonies of #DFDE55
Complementary color
Monochromatic Colors of #DFDE55
Black with #DFDE55
Text Example
Text Example
White with #DFDE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE55; }
p { color: rgb(223,222,85); }
H1.HeaderClassName
{
color: #DFDE55;
}
.AnyTagClassName
{
color: #DFDE55;
}
</style>
background-color css
<style>
a { background-color: #DFDE55; }
a { background-color: rgb(223,222,85); }
div.DivClassName
{
background-color: #DFDE55;
}
.BgClassName
{
background-color: #DFDE55;
}
</style>
border-color css
<style>
span { border-color: #DFDE55; }
span { border-color: rgb(223,222,85); }
td.TdClassName
{
border-color: #DFDE55;
}
.TagClassName
{
border-color: #DFDE55;
}
</style>