Shades of Manz #DFDA5B
Tints of Manz #DFDA5B
RGB
CMYK
RGB Variations
Color information
#DFDA5B (or 0xDFDA5B) is known color: Manz. HEX triplet: DF, DA and 5B. RGB value is (223,218,91). Sum of RGB (Red+Green+Blue) = 223+218+91=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA5B is #2025A4. Grayscale: #CDCDCD. Windows color (decimal): -2106789 or 6019807. OLE color: 6019807.
HSL color Cylindrical-coordinate representation of color #DFDA5B: hue angle of 57.73º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFDA5B is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 91 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.13 |
| HSL | 57.73º | 0.67% | 0.62% | - |
| HSV(B) | 57.73º | 0.59% | 0.87% | - |
| XYZ | 57.39 | 66.59 | 19.73 | - |
| YUV | 205.02 | 63.66 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 91 | 0 | 0.02 | 0.59 | 0.13 | 57.73 | 0.67 | 0.62 |
| Hex | DF | DA | 5B | 0 | 2 | 3B | D | 3A | 43 | 3E |
| Octal | 337 | 332 | 133 | 0 | 2 | 73 | 15 | 72 | 103 | 76 |
| Binary | 11011111 | 11011010 | 1011011 | 0 | 10 | 111011 | 1101 | 111010 | 1000011 | 111110 |
Color Harmonies of #DFDA5B
Complementary color
Monochromatic Colors of #DFDA5B
Black with #DFDA5B
Text Example
Text Example
White with #DFDA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA5B; }
p { color: rgb(223,218,91); }
H1.HeaderClassName
{
color: #DFDA5B;
}
.AnyTagClassName
{
color: #DFDA5B;
}
</style>
background-color css
<style>
a { background-color: #DFDA5B; }
a { background-color: rgb(223,218,91); }
div.DivClassName
{
background-color: #DFDA5B;
}
.BgClassName
{
background-color: #DFDA5B;
}
</style>
border-color css
<style>
span { border-color: #DFDA5B; }
span { border-color: rgb(223,218,91); }
td.TdClassName
{
border-color: #DFDA5B;
}
.TagClassName
{
border-color: #DFDA5B;
}
</style>