Shades of Manz #DFDA56
Tints of Manz #DFDA56
RGB
CMYK
RGB Variations
Color information
#DFDA56 (or 0xDFDA56) is known color: Manz. HEX triplet: DF, DA and 56. RGB value is (223,218,86). Sum of RGB (Red+Green+Blue) = 223+218+86=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA56 is #2025A9. Grayscale: #CCCCCC. Windows color (decimal): -2106794 or 5692127. OLE color: 5692127.
HSL color Cylindrical-coordinate representation of color #DFDA56: hue angle of 57.81º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFDA56 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 86 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.13 |
| HSL | 57.81º | 0.68% | 0.61% | - |
| HSV(B) | 57.81º | 0.61% | 0.87% | - |
| XYZ | 57.18 | 66.5 | 18.63 | - |
| YUV | 204.45 | 61.16 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 86 | 0 | 0.02 | 0.61 | 0.13 | 57.81 | 0.68 | 0.61 |
| Hex | DF | DA | 56 | 0 | 2 | 3D | D | 3A | 44 | 3D |
| Octal | 337 | 332 | 126 | 0 | 2 | 75 | 15 | 72 | 104 | 75 |
| Binary | 11011111 | 11011010 | 1010110 | 0 | 10 | 111101 | 1101 | 111010 | 1000100 | 111101 |
Color Harmonies of #DFDA56
Complementary color
Monochromatic Colors of #DFDA56
Black with #DFDA56
Text Example
Text Example
White with #DFDA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA56; }
p { color: rgb(223,218,86); }
H1.HeaderClassName
{
color: #DFDA56;
}
.AnyTagClassName
{
color: #DFDA56;
}
</style>
background-color css
<style>
a { background-color: #DFDA56; }
a { background-color: rgb(223,218,86); }
div.DivClassName
{
background-color: #DFDA56;
}
.BgClassName
{
background-color: #DFDA56;
}
</style>
border-color css
<style>
span { border-color: #DFDA56; }
span { border-color: rgb(223,218,86); }
td.TdClassName
{
border-color: #DFDA56;
}
.TagClassName
{
border-color: #DFDA56;
}
</style>