Shades of Manz #DFD54E
Tints of Manz #DFD54E
RGB
CMYK
RGB Variations
Color information
#DFD54E (or 0xDFD54E) is known color: Manz. HEX triplet: DF, D5 and 4E. RGB value is (223,213,78). Sum of RGB (Red+Green+Blue) = 223+213+78=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD54E is #202AB1. Grayscale: #C9C9C9. Windows color (decimal): -2108082 or 5166559. OLE color: 5166559.
HSL color Cylindrical-coordinate representation of color #DFD54E: hue angle of 55.86º 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 #DFD54E is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 78 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.13 |
| HSL | 55.86º | 0.69% | 0.59% | - |
| HSV(B) | 55.86º | 0.65% | 0.87% | - |
| XYZ | 55.6 | 63.83 | 16.6 | - |
| YUV | 200.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 78 | 0 | 0.04 | 0.65 | 0.13 | 55.86 | 0.69 | 0.59 |
| Hex | DF | D5 | 4E | 0 | 4 | 41 | D | 38 | 45 | 3B |
| Octal | 337 | 325 | 116 | 0 | 4 | 101 | 15 | 70 | 105 | 73 |
| Binary | 11011111 | 11010101 | 1001110 | 0 | 100 | 1000001 | 1101 | 111000 | 1000101 | 111011 |
Color Harmonies of #DFD54E
Complementary color
Monochromatic Colors of #DFD54E
Black with #DFD54E
Text Example
Text Example
White with #DFD54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD54E; }
p { color: rgb(223,213,78); }
H1.HeaderClassName
{
color: #DFD54E;
}
.AnyTagClassName
{
color: #DFD54E;
}
</style>
background-color css
<style>
a { background-color: #DFD54E; }
a { background-color: rgb(223,213,78); }
div.DivClassName
{
background-color: #DFD54E;
}
.BgClassName
{
background-color: #DFD54E;
}
</style>
border-color css
<style>
span { border-color: #DFD54E; }
span { border-color: rgb(223,213,78); }
td.TdClassName
{
border-color: #DFD54E;
}
.TagClassName
{
border-color: #DFD54E;
}
</style>