Shades of Manz #DFDC5E
Tints of Manz #DFDC5E
RGB
CMYK
RGB Variations
Color information
#DFDC5E (or 0xDFDC5E) is known color: Manz. HEX triplet: DF, DC and 5E. RGB value is (223,220,94). Sum of RGB (Red+Green+Blue) = 223+220+94=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC5E is #2023A1. Grayscale: #CFCFCF. Windows color (decimal): -2106274 or 6216927. OLE color: 6216927.
HSL color Cylindrical-coordinate representation of color #DFDC5E: hue angle of 58.6º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFDC5E is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 94 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.13 |
| HSL | 58.6º | 0.67% | 0.62% | - |
| HSV(B) | 58.6º | 0.58% | 0.87% | - |
| XYZ | 58.05 | 67.68 | 20.59 | - |
| YUV | 206.53 | 64.49 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 94 | 0 | 0.01 | 0.58 | 0.13 | 58.6 | 0.67 | 0.62 |
| Hex | DF | DC | 5E | 0 | 1 | 3A | D | 3B | 43 | 3E |
| Octal | 337 | 334 | 136 | 0 | 1 | 72 | 15 | 73 | 103 | 76 |
| Binary | 11011111 | 11011100 | 1011110 | 0 | 1 | 111010 | 1101 | 111011 | 1000011 | 111110 |
Color Harmonies of #DFDC5E
Complementary color
Monochromatic Colors of #DFDC5E
Black with #DFDC5E
Text Example
Text Example
White with #DFDC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC5E; }
p { color: rgb(223,220,94); }
H1.HeaderClassName
{
color: #DFDC5E;
}
.AnyTagClassName
{
color: #DFDC5E;
}
</style>
background-color css
<style>
a { background-color: #DFDC5E; }
a { background-color: rgb(223,220,94); }
div.DivClassName
{
background-color: #DFDC5E;
}
.BgClassName
{
background-color: #DFDC5E;
}
</style>
border-color css
<style>
span { border-color: #DFDC5E; }
span { border-color: rgb(223,220,94); }
td.TdClassName
{
border-color: #DFDC5E;
}
.TagClassName
{
border-color: #DFDC5E;
}
</style>