Shades of Manz #DFDF54
Tints of Manz #DFDF54
RGB
CMYK
RGB Variations
Color information
#DFDF54 (or 0xDFDF54) is known color: Manz. HEX triplet: DF, DF and 54. RGB value is (223,223,84). Sum of RGB (Red+Green+Blue) = 223+223+84=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF54 is #2020AB. Grayscale: #CFCFCF. Windows color (decimal): -2105516 or 5562335. OLE color: 5562335.
HSL color Cylindrical-coordinate representation of color #DFDF54: hue angle of 60º 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 #DFDF54 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 84 | - |
| CMYK | 0 | 0 | 0.62 | 0.13 |
| HSL | 60º | 0.68% | 0.6% | - |
| HSV(B) | 60º | 0.62% | 0.87% | - |
| XYZ | 58.42 | 69.1 | 18.65 | - |
| YUV | 207.15 | 58.5 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 84 | 0 | 0 | 0.62 | 0.13 | 60 | 0.68 | 0.6 |
| Hex | DF | DF | 54 | 0 | 0 | 3E | D | 3C | 44 | 3C |
| Octal | 337 | 337 | 124 | 0 | 0 | 76 | 15 | 74 | 104 | 74 |
| Binary | 11011111 | 11011111 | 1010100 | 0 | 0 | 111110 | 1101 | 111100 | 1000100 | 111100 |
Color Harmonies of #DFDF54
Complementary color
Monochromatic Colors of #DFDF54
Black with #DFDF54
Text Example
Text Example
White with #DFDF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF54; }
p { color: rgb(223,223,84); }
H1.HeaderClassName
{
color: #DFDF54;
}
.AnyTagClassName
{
color: #DFDF54;
}
</style>
background-color css
<style>
a { background-color: #DFDF54; }
a { background-color: rgb(223,223,84); }
div.DivClassName
{
background-color: #DFDF54;
}
.BgClassName
{
background-color: #DFDF54;
}
</style>
border-color css
<style>
span { border-color: #DFDF54; }
span { border-color: rgb(223,223,84); }
td.TdClassName
{
border-color: #DFDF54;
}
.TagClassName
{
border-color: #DFDF54;
}
</style>