Shades of Manz #DFD45E
Tints of Manz #DFD45E
RGB
CMYK
RGB Variations
Color information
#DFD45E (or 0xDFD45E) is known color: Manz. HEX triplet: DF, D4 and 5E. RGB value is (223,212,94). Sum of RGB (Red+Green+Blue) = 223+212+94=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD45E is #202BA1. Grayscale: #CACACA. Windows color (decimal): -2108322 or 6214879. OLE color: 6214879.
HSL color Cylindrical-coordinate representation of color #DFD45E: hue angle of 54.88º 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 #DFD45E is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 94 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.13 |
| HSL | 54.88º | 0.67% | 0.62% | - |
| HSV(B) | 54.88º | 0.58% | 0.87% | - |
| XYZ | 56 | 63.58 | 19.91 | - |
| YUV | 201.84 | 67.14 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 94 | 0 | 0.05 | 0.58 | 0.13 | 54.88 | 0.67 | 0.62 |
| Hex | DF | D4 | 5E | 0 | 5 | 3A | D | 37 | 43 | 3E |
| Octal | 337 | 324 | 136 | 0 | 5 | 72 | 15 | 67 | 103 | 76 |
| Binary | 11011111 | 11010100 | 1011110 | 0 | 101 | 111010 | 1101 | 110111 | 1000011 | 111110 |
Color Harmonies of #DFD45E
Complementary color
Monochromatic Colors of #DFD45E
Black with #DFD45E
Text Example
Text Example
White with #DFD45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD45E; }
p { color: rgb(223,212,94); }
H1.HeaderClassName
{
color: #DFD45E;
}
.AnyTagClassName
{
color: #DFD45E;
}
</style>
background-color css
<style>
a { background-color: #DFD45E; }
a { background-color: rgb(223,212,94); }
div.DivClassName
{
background-color: #DFD45E;
}
.BgClassName
{
background-color: #DFD45E;
}
</style>
border-color css
<style>
span { border-color: #DFD45E; }
span { border-color: rgb(223,212,94); }
td.TdClassName
{
border-color: #DFD45E;
}
.TagClassName
{
border-color: #DFD45E;
}
</style>