Shades of Manz #DFDA57
Tints of Manz #DFDA57
RGB
CMYK
RGB Variations
Color information
#DFDA57 (or 0xDFDA57) is known color: Manz. HEX triplet: DF, DA and 57. RGB value is (223,218,87). Sum of RGB (Red+Green+Blue) = 223+218+87=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 87 (34.38% from 255 or 16.48% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA57 is #2025A8. Grayscale: #CDCDCD. Windows color (decimal): -2106793 or 5757663. OLE color: 5757663.
HSL color Cylindrical-coordinate representation of color #DFDA57: hue angle of 57.79º 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 #DFDA57 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 87 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.13 |
| HSL | 57.79º | 0.68% | 0.61% | - |
| HSV(B) | 57.79º | 0.61% | 0.87% | - |
| XYZ | 57.22 | 66.52 | 18.84 | - |
| YUV | 204.56 | 61.66 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 87 | 0 | 0.02 | 0.61 | 0.13 | 57.79 | 0.68 | 0.61 |
| Hex | DF | DA | 57 | 0 | 2 | 3D | D | 3A | 44 | 3D |
| Octal | 337 | 332 | 127 | 0 | 2 | 75 | 15 | 72 | 104 | 75 |
| Binary | 11011111 | 11011010 | 1010111 | 0 | 10 | 111101 | 1101 | 111010 | 1000100 | 111101 |
Color Harmonies of #DFDA57
Complementary color
Monochromatic Colors of #DFDA57
Black with #DFDA57
Text Example
Text Example
White with #DFDA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA57; }
p { color: rgb(223,218,87); }
H1.HeaderClassName
{
color: #DFDA57;
}
.AnyTagClassName
{
color: #DFDA57;
}
</style>
background-color css
<style>
a { background-color: #DFDA57; }
a { background-color: rgb(223,218,87); }
div.DivClassName
{
background-color: #DFDA57;
}
.BgClassName
{
background-color: #DFDA57;
}
</style>
border-color css
<style>
span { border-color: #DFDA57; }
span { border-color: rgb(223,218,87); }
td.TdClassName
{
border-color: #DFDA57;
}
.TagClassName
{
border-color: #DFDA57;
}
</style>