Shades of Manz #DFD84A
Tints of Manz #DFD84A
RGB
CMYK
RGB Variations
Color information
#DFD84A (or 0xDFD84A) is known color: Manz. HEX triplet: DF, D8 and 4A. RGB value is (223,216,74). Sum of RGB (Red+Green+Blue) = 223+216+74=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD84A is #2027B5. Grayscale: #CACACA. Windows color (decimal): -2107318 or 4905183. OLE color: 4905183.
HSL color Cylindrical-coordinate representation of color #DFD84A: hue angle of 57.18º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFD84A is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 74 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.13 |
| HSL | 57.18º | 0.7% | 0.58% | - |
| HSV(B) | 57.18º | 0.67% | 0.87% | - |
| XYZ | 56.22 | 65.29 | 16.12 | - |
| YUV | 201.91 | 55.82 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 74 | 0 | 0.03 | 0.67 | 0.13 | 57.18 | 0.7 | 0.58 |
| Hex | DF | D8 | 4A | 0 | 3 | 43 | D | 39 | 46 | 3A |
| Octal | 337 | 330 | 112 | 0 | 3 | 103 | 15 | 71 | 106 | 72 |
| Binary | 11011111 | 11011000 | 1001010 | 0 | 11 | 1000011 | 1101 | 111001 | 1000110 | 111010 |
Color Harmonies of #DFD84A
Complementary color
Monochromatic Colors of #DFD84A
Black with #DFD84A
Text Example
Text Example
White with #DFD84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD84A; }
p { color: rgb(223,216,74); }
H1.HeaderClassName
{
color: #DFD84A;
}
.AnyTagClassName
{
color: #DFD84A;
}
</style>
background-color css
<style>
a { background-color: #DFD84A; }
a { background-color: rgb(223,216,74); }
div.DivClassName
{
background-color: #DFD84A;
}
.BgClassName
{
background-color: #DFD84A;
}
</style>
border-color css
<style>
span { border-color: #DFD84A; }
span { border-color: rgb(223,216,74); }
td.TdClassName
{
border-color: #DFD84A;
}
.TagClassName
{
border-color: #DFD84A;
}
</style>