Shades of Manz #DFDB60
Tints of Manz #DFDB60
RGB
CMYK
RGB Variations
Color information
#DFDB60 (or 0xDFDB60) is known color: Manz. HEX triplet: DF, DB and 60. RGB value is (223,219,96). Sum of RGB (Red+Green+Blue) = 223+219+96=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB60 is #20249F. Grayscale: #CECECE. Windows color (decimal): -2106528 or 6347743. OLE color: 6347743.
HSL color Cylindrical-coordinate representation of color #DFDB60: hue angle of 58.11º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFDB60 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 96 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.13 |
| HSL | 58.11º | 0.66% | 0.63% | - |
| HSV(B) | 58.11º | 0.57% | 0.87% | - |
| XYZ | 57.87 | 67.2 | 20.99 | - |
| YUV | 206.17 | 65.83 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 96 | 0 | 0.02 | 0.57 | 0.13 | 58.11 | 0.66 | 0.63 |
| Hex | DF | DB | 60 | 0 | 2 | 39 | D | 3A | 42 | 3F |
| Octal | 337 | 333 | 140 | 0 | 2 | 71 | 15 | 72 | 102 | 77 |
| Binary | 11011111 | 11011011 | 1100000 | 0 | 10 | 111001 | 1101 | 111010 | 1000010 | 111111 |
Color Harmonies of #DFDB60
Complementary color
Monochromatic Colors of #DFDB60
Black with #DFDB60
Text Example
Text Example
White with #DFDB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB60; }
p { color: rgb(223,219,96); }
H1.HeaderClassName
{
color: #DFDB60;
}
.AnyTagClassName
{
color: #DFDB60;
}
</style>
background-color css
<style>
a { background-color: #DFDB60; }
a { background-color: rgb(223,219,96); }
div.DivClassName
{
background-color: #DFDB60;
}
.BgClassName
{
background-color: #DFDB60;
}
</style>
border-color css
<style>
span { border-color: #DFDB60; }
span { border-color: rgb(223,219,96); }
td.TdClassName
{
border-color: #DFDB60;
}
.TagClassName
{
border-color: #DFDB60;
}
</style>