Shades of Manz #DFDB57
Tints of Manz #DFDB57
RGB
CMYK
RGB Variations
Color information
#DFDB57 (or 0xDFDB57) is known color: Manz. HEX triplet: DF, DB and 57. RGB value is (223,219,87). Sum of RGB (Red+Green+Blue) = 223+219+87=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 87 (34.38% from 255 or 16.45% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB57 is #2024A8. Grayscale: #CDCDCD. Windows color (decimal): -2106537 or 5757919. OLE color: 5757919.
HSL color Cylindrical-coordinate representation of color #DFDB57: hue angle of 58.24º 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 #DFDB57 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 87 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.13 |
| HSL | 58.24º | 0.68% | 0.61% | - |
| HSV(B) | 58.24º | 0.61% | 0.87% | - |
| XYZ | 57.48 | 67.04 | 18.93 | - |
| YUV | 205.15 | 61.33 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 87 | 0 | 0.02 | 0.61 | 0.13 | 58.24 | 0.68 | 0.61 |
| Hex | DF | DB | 57 | 0 | 2 | 3D | D | 3A | 44 | 3D |
| Octal | 337 | 333 | 127 | 0 | 2 | 75 | 15 | 72 | 104 | 75 |
| Binary | 11011111 | 11011011 | 1010111 | 0 | 10 | 111101 | 1101 | 111010 | 1000100 | 111101 |
Color Harmonies of #DFDB57
Complementary color
Monochromatic Colors of #DFDB57
Black with #DFDB57
Text Example
Text Example
White with #DFDB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB57; }
p { color: rgb(223,219,87); }
H1.HeaderClassName
{
color: #DFDB57;
}
.AnyTagClassName
{
color: #DFDB57;
}
</style>
background-color css
<style>
a { background-color: #DFDB57; }
a { background-color: rgb(223,219,87); }
div.DivClassName
{
background-color: #DFDB57;
}
.BgClassName
{
background-color: #DFDB57;
}
</style>
border-color css
<style>
span { border-color: #DFDB57; }
span { border-color: rgb(223,219,87); }
td.TdClassName
{
border-color: #DFDB57;
}
.TagClassName
{
border-color: #DFDB57;
}
</style>