Shades of Manz #DFDE5A
Tints of Manz #DFDE5A
RGB
CMYK
RGB Variations
Color information
#DFDE5A (or 0xDFDE5A) is known color: Manz. HEX triplet: DF, DE and 5A. RGB value is (223,222,90). Sum of RGB (Red+Green+Blue) = 223+222+90=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE5A is #2021A5. Grayscale: #CFCFCF. Windows color (decimal): -2105766 or 5955295. OLE color: 5955295.
HSL color Cylindrical-coordinate representation of color #DFDE5A: hue angle of 59.55º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFDE5A is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 90 | - |
| CMYK | 0 | 0.00 | 0.60 | 0.13 |
| HSL | 59.55º | 0.68% | 0.61% | - |
| HSV(B) | 59.55º | 0.6% | 0.87% | - |
| XYZ | 58.4 | 68.67 | 19.85 | - |
| YUV | 207.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 90 | 0 | 0.00 | 0.60 | 0.13 | 59.55 | 0.68 | 0.61 |
| Hex | DF | DE | 5A | 0 | 0 | 3C | D | 3C | 44 | 3D |
| Octal | 337 | 336 | 132 | 0 | 0 | 74 | 15 | 74 | 104 | 75 |
| Binary | 11011111 | 11011110 | 1011010 | 0 | 0 | 111100 | 1101 | 111100 | 1000100 | 111101 |
Color Harmonies of #DFDE5A
Complementary color
Monochromatic Colors of #DFDE5A
Black with #DFDE5A
Text Example
Text Example
White with #DFDE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE5A; }
p { color: rgb(223,222,90); }
H1.HeaderClassName
{
color: #DFDE5A;
}
.AnyTagClassName
{
color: #DFDE5A;
}
</style>
background-color css
<style>
a { background-color: #DFDE5A; }
a { background-color: rgb(223,222,90); }
div.DivClassName
{
background-color: #DFDE5A;
}
.BgClassName
{
background-color: #DFDE5A;
}
</style>
border-color css
<style>
span { border-color: #DFDE5A; }
span { border-color: rgb(223,222,90); }
td.TdClassName
{
border-color: #DFDE5A;
}
.TagClassName
{
border-color: #DFDE5A;
}
</style>