Shades of Manz #DFD54F
Tints of Manz #DFD54F
RGB
CMYK
RGB Variations
Color information
#DFD54F (or 0xDFD54F) is known color: Manz. HEX triplet: DF, D5 and 4F. RGB value is (223,213,79). Sum of RGB (Red+Green+Blue) = 223+213+79=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 79 (31.25% from 255 or 15.34% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD54F is #202AB0. Grayscale: #C9C9C9. Windows color (decimal): -2108081 or 5232095. OLE color: 5232095.
HSL color Cylindrical-coordinate representation of color #DFD54F: hue angle of 55.83º 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 #DFD54F is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 79 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.13 |
| HSL | 55.83º | 0.69% | 0.59% | - |
| HSV(B) | 55.83º | 0.65% | 0.87% | - |
| XYZ | 55.64 | 63.84 | 16.79 | - |
| YUV | 200.71 | 59.31 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 79 | 0 | 0.04 | 0.65 | 0.13 | 55.83 | 0.69 | 0.59 |
| Hex | DF | D5 | 4F | 0 | 4 | 41 | D | 38 | 45 | 3B |
| Octal | 337 | 325 | 117 | 0 | 4 | 101 | 15 | 70 | 105 | 73 |
| Binary | 11011111 | 11010101 | 1001111 | 0 | 100 | 1000001 | 1101 | 111000 | 1000101 | 111011 |
Color Harmonies of #DFD54F
Complementary color
Monochromatic Colors of #DFD54F
Black with #DFD54F
Text Example
Text Example
White with #DFD54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD54F; }
p { color: rgb(223,213,79); }
H1.HeaderClassName
{
color: #DFD54F;
}
.AnyTagClassName
{
color: #DFD54F;
}
</style>
background-color css
<style>
a { background-color: #DFD54F; }
a { background-color: rgb(223,213,79); }
div.DivClassName
{
background-color: #DFD54F;
}
.BgClassName
{
background-color: #DFD54F;
}
</style>
border-color css
<style>
span { border-color: #DFD54F; }
span { border-color: rgb(223,213,79); }
td.TdClassName
{
border-color: #DFD54F;
}
.TagClassName
{
border-color: #DFD54F;
}
</style>