Shades of Manz #DFD54C
Tints of Manz #DFD54C
RGB
CMYK
RGB Variations
Color information
#DFD54C (or 0xDFD54C) is known color: Manz. HEX triplet: DF, D5 and 4C. RGB value is (223,213,76). Sum of RGB (Red+Green+Blue) = 223+213+76=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD54C is #202AB3. Grayscale: #C8C8C8. Windows color (decimal): -2108084 or 5035487. OLE color: 5035487.
HSL color Cylindrical-coordinate representation of color #DFD54C: hue angle of 55.92º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFD54C is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 76 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.13 |
| HSL | 55.92º | 0.7% | 0.59% | - |
| HSV(B) | 55.92º | 0.66% | 0.87% | - |
| XYZ | 55.53 | 63.8 | 16.23 | - |
| YUV | 200.37 | 57.81 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 76 | 0 | 0.04 | 0.66 | 0.13 | 55.92 | 0.7 | 0.59 |
| Hex | DF | D5 | 4C | 0 | 4 | 42 | D | 38 | 46 | 3B |
| Octal | 337 | 325 | 114 | 0 | 4 | 102 | 15 | 70 | 106 | 73 |
| Binary | 11011111 | 11010101 | 1001100 | 0 | 100 | 1000010 | 1101 | 111000 | 1000110 | 111011 |
Color Harmonies of #DFD54C
Complementary color
Monochromatic Colors of #DFD54C
Black with #DFD54C
Text Example
Text Example
White with #DFD54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD54C; }
p { color: rgb(223,213,76); }
H1.HeaderClassName
{
color: #DFD54C;
}
.AnyTagClassName
{
color: #DFD54C;
}
</style>
background-color css
<style>
a { background-color: #DFD54C; }
a { background-color: rgb(223,213,76); }
div.DivClassName
{
background-color: #DFD54C;
}
.BgClassName
{
background-color: #DFD54C;
}
</style>
border-color css
<style>
span { border-color: #DFD54C; }
span { border-color: rgb(223,213,76); }
td.TdClassName
{
border-color: #DFD54C;
}
.TagClassName
{
border-color: #DFD54C;
}
</style>