Shades of Manz #DFDB4E
Tints of Manz #DFDB4E
RGB
CMYK
RGB Variations
Color information
#DFDB4E (or 0xDFDB4E) is known color: Manz. HEX triplet: DF, DB and 4E. RGB value is (223,219,78). Sum of RGB (Red+Green+Blue) = 223+219+78=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB4E is #2024B1. Grayscale: #CCCCCC. Windows color (decimal): -2106546 or 5168095. OLE color: 5168095.
HSL color Cylindrical-coordinate representation of color #DFDB4E: hue angle of 58.34º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFDB4E is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 78 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.13 |
| HSL | 58.34º | 0.69% | 0.59% | - |
| HSV(B) | 58.34º | 0.65% | 0.87% | - |
| XYZ | 57.14 | 66.9 | 17.11 | - |
| YUV | 204.12 | 56.83 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 78 | 0 | 0.02 | 0.65 | 0.13 | 58.34 | 0.69 | 0.59 |
| Hex | DF | DB | 4E | 0 | 2 | 41 | D | 3A | 45 | 3B |
| Octal | 337 | 333 | 116 | 0 | 2 | 101 | 15 | 72 | 105 | 73 |
| Binary | 11011111 | 11011011 | 1001110 | 0 | 10 | 1000001 | 1101 | 111010 | 1000101 | 111011 |
Color Harmonies of #DFDB4E
Complementary color
Monochromatic Colors of #DFDB4E
Black with #DFDB4E
Text Example
Text Example
White with #DFDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB4E; }
p { color: rgb(223,219,78); }
H1.HeaderClassName
{
color: #DFDB4E;
}
.AnyTagClassName
{
color: #DFDB4E;
}
</style>
background-color css
<style>
a { background-color: #DFDB4E; }
a { background-color: rgb(223,219,78); }
div.DivClassName
{
background-color: #DFDB4E;
}
.BgClassName
{
background-color: #DFDB4E;
}
</style>
border-color css
<style>
span { border-color: #DFDB4E; }
span { border-color: rgb(223,219,78); }
td.TdClassName
{
border-color: #DFDB4E;
}
.TagClassName
{
border-color: #DFDB4E;
}
</style>