Shades of Manz #DFDA54
Tints of Manz #DFDA54
RGB
CMYK
RGB Variations
Color information
#DFDA54 (or 0xDFDA54) is known color: Manz. HEX triplet: DF, DA and 54. RGB value is (223,218,84). Sum of RGB (Red+Green+Blue) = 223+218+84=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 84 (33.20% from 255 or 16% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA54 is #2025AB. Grayscale: #CCCCCC. Windows color (decimal): -2106796 or 5561055. OLE color: 5561055.
HSL color Cylindrical-coordinate representation of color #DFDA54: hue angle of 57.84º 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 #DFDA54 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 84 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.13 |
| HSL | 57.84º | 0.68% | 0.6% | - |
| HSV(B) | 57.84º | 0.62% | 0.87% | - |
| XYZ | 57.1 | 66.47 | 18.21 | - |
| YUV | 204.22 | 60.16 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 84 | 0 | 0.02 | 0.62 | 0.13 | 57.84 | 0.68 | 0.6 |
| Hex | DF | DA | 54 | 0 | 2 | 3E | D | 3A | 44 | 3C |
| Octal | 337 | 332 | 124 | 0 | 2 | 76 | 15 | 72 | 104 | 74 |
| Binary | 11011111 | 11011010 | 1010100 | 0 | 10 | 111110 | 1101 | 111010 | 1000100 | 111100 |
Color Harmonies of #DFDA54
Complementary color
Monochromatic Colors of #DFDA54
Black with #DFDA54
Text Example
Text Example
White with #DFDA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA54; }
p { color: rgb(223,218,84); }
H1.HeaderClassName
{
color: #DFDA54;
}
.AnyTagClassName
{
color: #DFDA54;
}
</style>
background-color css
<style>
a { background-color: #DFDA54; }
a { background-color: rgb(223,218,84); }
div.DivClassName
{
background-color: #DFDA54;
}
.BgClassName
{
background-color: #DFDA54;
}
</style>
border-color css
<style>
span { border-color: #DFDA54; }
span { border-color: rgb(223,218,84); }
td.TdClassName
{
border-color: #DFDA54;
}
.TagClassName
{
border-color: #DFDA54;
}
</style>