Shades of Manz #DFD754
Tints of Manz #DFD754
RGB
CMYK
RGB Variations
Color information
#DFD754 (or 0xDFD754) is known color: Manz. HEX triplet: DF, D7 and 54. RGB value is (223,215,84). Sum of RGB (Red+Green+Blue) = 223+215+84=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 84 (33.20% from 255 or 16.09% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD754 is #2028AB. Grayscale: #CACACA. Windows color (decimal): -2107564 or 5560287. OLE color: 5560287.
HSL color Cylindrical-coordinate representation of color #DFD754: hue angle of 56.55º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFD754 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 84 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.13 |
| HSL | 56.55º | 0.68% | 0.6% | - |
| HSV(B) | 56.55º | 0.62% | 0.87% | - |
| XYZ | 56.33 | 64.93 | 17.95 | - |
| YUV | 202.46 | 61.15 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 84 | 0 | 0.04 | 0.62 | 0.13 | 56.55 | 0.68 | 0.6 |
| Hex | DF | D7 | 54 | 0 | 4 | 3E | D | 39 | 44 | 3C |
| Octal | 337 | 327 | 124 | 0 | 4 | 76 | 15 | 71 | 104 | 74 |
| Binary | 11011111 | 11010111 | 1010100 | 0 | 100 | 111110 | 1101 | 111001 | 1000100 | 111100 |
Color Harmonies of #DFD754
Complementary color
Monochromatic Colors of #DFD754
Black with #DFD754
Text Example
Text Example
White with #DFD754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD754; }
p { color: rgb(223,215,84); }
H1.HeaderClassName
{
color: #DFD754;
}
.AnyTagClassName
{
color: #DFD754;
}
</style>
background-color css
<style>
a { background-color: #DFD754; }
a { background-color: rgb(223,215,84); }
div.DivClassName
{
background-color: #DFD754;
}
.BgClassName
{
background-color: #DFD754;
}
</style>
border-color css
<style>
span { border-color: #DFD754; }
span { border-color: rgb(223,215,84); }
td.TdClassName
{
border-color: #DFD754;
}
.TagClassName
{
border-color: #DFD754;
}
</style>