Shades of Manz #DFDC57
Tints of Manz #DFDC57
RGB
CMYK
RGB Variations
Color information
#DFDC57 (or 0xDFDC57) is known color: Manz. HEX triplet: DF, DC and 57. RGB value is (223,220,87). Sum of RGB (Red+Green+Blue) = 223+220+87=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 87 (34.38% from 255 or 16.42% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC57 is #2023A8. Grayscale: #CECECE. Windows color (decimal): -2106281 or 5758175. OLE color: 5758175.
HSL color Cylindrical-coordinate representation of color #DFDC57: hue angle of 58.68º 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 #DFDC57 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 87 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.13 |
| HSL | 58.68º | 0.68% | 0.61% | - |
| HSV(B) | 58.68º | 0.61% | 0.87% | - |
| XYZ | 57.74 | 67.56 | 19.01 | - |
| YUV | 205.74 | 60.99 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 87 | 0 | 0.01 | 0.61 | 0.13 | 58.68 | 0.68 | 0.61 |
| Hex | DF | DC | 57 | 0 | 1 | 3D | D | 3B | 44 | 3D |
| Octal | 337 | 334 | 127 | 0 | 1 | 75 | 15 | 73 | 104 | 75 |
| Binary | 11011111 | 11011100 | 1010111 | 0 | 1 | 111101 | 1101 | 111011 | 1000100 | 111101 |
Color Harmonies of #DFDC57
Complementary color
Monochromatic Colors of #DFDC57
Black with #DFDC57
Text Example
Text Example
White with #DFDC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC57; }
p { color: rgb(223,220,87); }
H1.HeaderClassName
{
color: #DFDC57;
}
.AnyTagClassName
{
color: #DFDC57;
}
</style>
background-color css
<style>
a { background-color: #DFDC57; }
a { background-color: rgb(223,220,87); }
div.DivClassName
{
background-color: #DFDC57;
}
.BgClassName
{
background-color: #DFDC57;
}
</style>
border-color css
<style>
span { border-color: #DFDC57; }
span { border-color: rgb(223,220,87); }
td.TdClassName
{
border-color: #DFDC57;
}
.TagClassName
{
border-color: #DFDC57;
}
</style>