Shades of Manz #DFD44E
Tints of Manz #DFD44E
RGB
CMYK
RGB Variations
Color information
#DFD44E (or 0xDFD44E) is known color: Manz. HEX triplet: DF, D4 and 4E. RGB value is (223,212,78). Sum of RGB (Red+Green+Blue) = 223+212+78=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD44E is #202BB1. Grayscale: #C8C8C8. Windows color (decimal): -2108338 or 5166303. OLE color: 5166303.
HSL color Cylindrical-coordinate representation of color #DFD44E: hue angle of 55.45º 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 #DFD44E is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 78 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.13 |
| HSL | 55.45º | 0.69% | 0.59% | - |
| HSV(B) | 55.45º | 0.65% | 0.87% | - |
| XYZ | 55.35 | 63.33 | 16.51 | - |
| YUV | 200.01 | 59.14 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 78 | 0 | 0.05 | 0.65 | 0.13 | 55.45 | 0.69 | 0.59 |
| Hex | DF | D4 | 4E | 0 | 5 | 41 | D | 37 | 45 | 3B |
| Octal | 337 | 324 | 116 | 0 | 5 | 101 | 15 | 67 | 105 | 73 |
| Binary | 11011111 | 11010100 | 1001110 | 0 | 101 | 1000001 | 1101 | 110111 | 1000101 | 111011 |
Color Harmonies of #DFD44E
Complementary color
Monochromatic Colors of #DFD44E
Black with #DFD44E
Text Example
Text Example
White with #DFD44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD44E; }
p { color: rgb(223,212,78); }
H1.HeaderClassName
{
color: #DFD44E;
}
.AnyTagClassName
{
color: #DFD44E;
}
</style>
background-color css
<style>
a { background-color: #DFD44E; }
a { background-color: rgb(223,212,78); }
div.DivClassName
{
background-color: #DFD44E;
}
.BgClassName
{
background-color: #DFD44E;
}
</style>
border-color css
<style>
span { border-color: #DFD44E; }
span { border-color: rgb(223,212,78); }
td.TdClassName
{
border-color: #DFD44E;
}
.TagClassName
{
border-color: #DFD44E;
}
</style>