Shades of Manz #DFD54D
Tints of Manz #DFD54D
RGB
CMYK
RGB Variations
Color information
#DFD54D (or 0xDFD54D) is known color: Manz. HEX triplet: DF, D5 and 4D. RGB value is (223,213,77). Sum of RGB (Red+Green+Blue) = 223+213+77=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD54D is #202AB2. Grayscale: #C9C9C9. Windows color (decimal): -2108083 or 5101023. OLE color: 5101023.
HSL color Cylindrical-coordinate representation of color #DFD54D: hue angle of 55.89º degrees, saturation: 0.7, 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 #DFD54D is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 77 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.13 |
| HSL | 55.89º | 0.7% | 0.59% | - |
| HSV(B) | 55.89º | 0.65% | 0.87% | - |
| XYZ | 55.57 | 63.81 | 16.41 | - |
| YUV | 200.49 | 58.31 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 77 | 0 | 0.04 | 0.65 | 0.13 | 55.89 | 0.7 | 0.59 |
| Hex | DF | D5 | 4D | 0 | 4 | 41 | D | 38 | 46 | 3B |
| Octal | 337 | 325 | 115 | 0 | 4 | 101 | 15 | 70 | 106 | 73 |
| Binary | 11011111 | 11010101 | 1001101 | 0 | 100 | 1000001 | 1101 | 111000 | 1000110 | 111011 |
Color Harmonies of #DFD54D
Complementary color
Monochromatic Colors of #DFD54D
Black with #DFD54D
Text Example
Text Example
White with #DFD54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD54D; }
p { color: rgb(223,213,77); }
H1.HeaderClassName
{
color: #DFD54D;
}
.AnyTagClassName
{
color: #DFD54D;
}
</style>
background-color css
<style>
a { background-color: #DFD54D; }
a { background-color: rgb(223,213,77); }
div.DivClassName
{
background-color: #DFD54D;
}
.BgClassName
{
background-color: #DFD54D;
}
</style>
border-color css
<style>
span { border-color: #DFD54D; }
span { border-color: rgb(223,213,77); }
td.TdClassName
{
border-color: #DFD54D;
}
.TagClassName
{
border-color: #DFD54D;
}
</style>