Shades of Manz #DFDF5F
Tints of Manz #DFDF5F
RGB
CMYK
RGB Variations
Color information
#DFDF5F (or 0xDFDF5F) is known color: Manz. HEX triplet: DF, DF and 5F. RGB value is (223,223,95). Sum of RGB (Red+Green+Blue) = 223+223+95=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 95 (37.5% from 255 or 17.56% from 541); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF5F is #2020A0. Grayscale: #D0D0D0. Windows color (decimal): -2105505 or 6283231. OLE color: 6283231.
HSL color Cylindrical-coordinate representation of color #DFDF5F: hue angle of 60º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFDF5F is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 95 | - |
| CMYK | 0 | 0 | 0.57 | 0.13 |
| HSL | 60º | 0.67% | 0.62% | - |
| HSV(B) | 60º | 0.57% | 0.87% | - |
| XYZ | 58.88 | 69.29 | 21.1 | - |
| YUV | 208.41 | 64 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 95 | 0 | 0 | 0.57 | 0.13 | 60 | 0.67 | 0.62 |
| Hex | DF | DF | 5F | 0 | 0 | 39 | D | 3C | 43 | 3E |
| Octal | 337 | 337 | 137 | 0 | 0 | 71 | 15 | 74 | 103 | 76 |
| Binary | 11011111 | 11011111 | 1011111 | 0 | 0 | 111001 | 1101 | 111100 | 1000011 | 111110 |
Color Harmonies of #DFDF5F
Complementary color
Monochromatic Colors of #DFDF5F
Black with #DFDF5F
Text Example
Text Example
White with #DFDF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF5F; }
p { color: rgb(223,223,95); }
H1.HeaderClassName
{
color: #DFDF5F;
}
.AnyTagClassName
{
color: #DFDF5F;
}
</style>
background-color css
<style>
a { background-color: #DFDF5F; }
a { background-color: rgb(223,223,95); }
div.DivClassName
{
background-color: #DFDF5F;
}
.BgClassName
{
background-color: #DFDF5F;
}
</style>
border-color css
<style>
span { border-color: #DFDF5F; }
span { border-color: rgb(223,223,95); }
td.TdClassName
{
border-color: #DFDF5F;
}
.TagClassName
{
border-color: #DFDF5F;
}
</style>