Shades of Manz #DFD85E
Tints of Manz #DFD85E
RGB
CMYK
RGB Variations
Color information
#DFD85E (or 0xDFD85E) is known color: Manz. HEX triplet: DF, D8 and 5E. RGB value is (223,216,94). Sum of RGB (Red+Green+Blue) = 223+216+94=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD85E is #2027A1. Grayscale: #CCCCCC. Windows color (decimal): -2107298 or 6215903. OLE color: 6215903.
HSL color Cylindrical-coordinate representation of color #DFD85E: hue angle of 56.74º 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 #DFD85E is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 94 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.13 |
| HSL | 56.74º | 0.67% | 0.62% | - |
| HSV(B) | 56.74º | 0.58% | 0.87% | - |
| XYZ | 57.01 | 65.61 | 20.25 | - |
| YUV | 204.19 | 65.82 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 94 | 0 | 0.03 | 0.58 | 0.13 | 56.74 | 0.67 | 0.62 |
| Hex | DF | D8 | 5E | 0 | 3 | 3A | D | 39 | 43 | 3E |
| Octal | 337 | 330 | 136 | 0 | 3 | 72 | 15 | 71 | 103 | 76 |
| Binary | 11011111 | 11011000 | 1011110 | 0 | 11 | 111010 | 1101 | 111001 | 1000011 | 111110 |
Color Harmonies of #DFD85E
Complementary color
Monochromatic Colors of #DFD85E
Black with #DFD85E
Text Example
Text Example
White with #DFD85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD85E; }
p { color: rgb(223,216,94); }
H1.HeaderClassName
{
color: #DFD85E;
}
.AnyTagClassName
{
color: #DFD85E;
}
</style>
background-color css
<style>
a { background-color: #DFD85E; }
a { background-color: rgb(223,216,94); }
div.DivClassName
{
background-color: #DFD85E;
}
.BgClassName
{
background-color: #DFD85E;
}
</style>
border-color css
<style>
span { border-color: #DFD85E; }
span { border-color: rgb(223,216,94); }
td.TdClassName
{
border-color: #DFD85E;
}
.TagClassName
{
border-color: #DFD85E;
}
</style>