Shades of Manz #DFD84E
Tints of Manz #DFD84E
RGB
CMYK
RGB Variations
Color information
#DFD84E (or 0xDFD84E) is known color: Manz. HEX triplet: DF, D8 and 4E. RGB value is (223,216,78). Sum of RGB (Red+Green+Blue) = 223+216+78=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 78 (30.86% from 255 or 15.09% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD84E is #2027B1. Grayscale: #CACACA. Windows color (decimal): -2107314 or 5167327. OLE color: 5167327.
HSL color Cylindrical-coordinate representation of color #DFD84E: hue angle of 57.1º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFD84E is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 78 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.13 |
| HSL | 57.1º | 0.69% | 0.59% | - |
| HSV(B) | 57.1º | 0.65% | 0.87% | - |
| XYZ | 56.36 | 65.35 | 16.85 | - |
| YUV | 202.36 | 57.82 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 78 | 0 | 0.03 | 0.65 | 0.13 | 57.1 | 0.69 | 0.59 |
| Hex | DF | D8 | 4E | 0 | 3 | 41 | D | 39 | 45 | 3B |
| Octal | 337 | 330 | 116 | 0 | 3 | 101 | 15 | 71 | 105 | 73 |
| Binary | 11011111 | 11011000 | 1001110 | 0 | 11 | 1000001 | 1101 | 111001 | 1000101 | 111011 |
Color Harmonies of #DFD84E
Complementary color
Monochromatic Colors of #DFD84E
Black with #DFD84E
Text Example
Text Example
White with #DFD84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD84E; }
p { color: rgb(223,216,78); }
H1.HeaderClassName
{
color: #DFD84E;
}
.AnyTagClassName
{
color: #DFD84E;
}
</style>
background-color css
<style>
a { background-color: #DFD84E; }
a { background-color: rgb(223,216,78); }
div.DivClassName
{
background-color: #DFD84E;
}
.BgClassName
{
background-color: #DFD84E;
}
</style>
border-color css
<style>
span { border-color: #DFD84E; }
span { border-color: rgb(223,216,78); }
td.TdClassName
{
border-color: #DFD84E;
}
.TagClassName
{
border-color: #DFD84E;
}
</style>