Shades of Manz #DFDF58
Tints of Manz #DFDF58
RGB
CMYK
RGB Variations
Color information
#DFDF58 (or 0xDFDF58) is known color: Manz. HEX triplet: DF, DF and 58. RGB value is (223,223,88). Sum of RGB (Red+Green+Blue) = 223+223+88=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 88 (34.77% from 255 or 16.48% from 534); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF58 is #2020A7. Grayscale: #D0D0D0. Windows color (decimal): -2105512 or 5824479. OLE color: 5824479.
HSL color Cylindrical-coordinate representation of color #DFDF58: hue angle of 60º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFDF58 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 88 | - |
| CMYK | 0 | 0 | 0.61 | 0.13 |
| HSL | 60º | 0.68% | 0.61% | - |
| HSV(B) | 60º | 0.61% | 0.87% | - |
| XYZ | 58.58 | 69.17 | 19.5 | - |
| YUV | 207.61 | 60.5 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 88 | 0 | 0 | 0.61 | 0.13 | 60 | 0.68 | 0.61 |
| Hex | DF | DF | 58 | 0 | 0 | 3D | D | 3C | 44 | 3D |
| Octal | 337 | 337 | 130 | 0 | 0 | 75 | 15 | 74 | 104 | 75 |
| Binary | 11011111 | 11011111 | 1011000 | 0 | 0 | 111101 | 1101 | 111100 | 1000100 | 111101 |
Color Harmonies of #DFDF58
Complementary color
Monochromatic Colors of #DFDF58
Black with #DFDF58
Text Example
Text Example
White with #DFDF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF58; }
p { color: rgb(223,223,88); }
H1.HeaderClassName
{
color: #DFDF58;
}
.AnyTagClassName
{
color: #DFDF58;
}
</style>
background-color css
<style>
a { background-color: #DFDF58; }
a { background-color: rgb(223,223,88); }
div.DivClassName
{
background-color: #DFDF58;
}
.BgClassName
{
background-color: #DFDF58;
}
</style>
border-color css
<style>
span { border-color: #DFDF58; }
span { border-color: rgb(223,223,88); }
td.TdClassName
{
border-color: #DFDF58;
}
.TagClassName
{
border-color: #DFDF58;
}
</style>