Shades of Manz #DFDC54
Tints of Manz #DFDC54
RGB
CMYK
RGB Variations
Color information
#DFDC54 (or 0xDFDC54) is known color: Manz. HEX triplet: DF, DC and 54. RGB value is (223,220,84). Sum of RGB (Red+Green+Blue) = 223+220+84=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 84 (33.20% from 255 or 15.94% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC54 is #2023AB. Grayscale: #CDCDCD. Windows color (decimal): -2106284 or 5561567. OLE color: 5561567.
HSL color Cylindrical-coordinate representation of color #DFDC54: hue angle of 58.71º 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 #DFDC54 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 84 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.13 |
| HSL | 58.71º | 0.68% | 0.6% | - |
| HSV(B) | 58.71º | 0.62% | 0.87% | - |
| XYZ | 57.62 | 67.51 | 18.38 | - |
| YUV | 205.39 | 59.49 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 84 | 0 | 0.01 | 0.62 | 0.13 | 58.71 | 0.68 | 0.6 |
| Hex | DF | DC | 54 | 0 | 1 | 3E | D | 3B | 44 | 3C |
| Octal | 337 | 334 | 124 | 0 | 1 | 76 | 15 | 73 | 104 | 74 |
| Binary | 11011111 | 11011100 | 1010100 | 0 | 1 | 111110 | 1101 | 111011 | 1000100 | 111100 |
Color Harmonies of #DFDC54
Complementary color
Monochromatic Colors of #DFDC54
Black with #DFDC54
Text Example
Text Example
White with #DFDC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC54; }
p { color: rgb(223,220,84); }
H1.HeaderClassName
{
color: #DFDC54;
}
.AnyTagClassName
{
color: #DFDC54;
}
</style>
background-color css
<style>
a { background-color: #DFDC54; }
a { background-color: rgb(223,220,84); }
div.DivClassName
{
background-color: #DFDC54;
}
.BgClassName
{
background-color: #DFDC54;
}
</style>
border-color css
<style>
span { border-color: #DFDC54; }
span { border-color: rgb(223,220,84); }
td.TdClassName
{
border-color: #DFDC54;
}
.TagClassName
{
border-color: #DFDC54;
}
</style>