Shades of Manz #DFDD5E
Tints of Manz #DFDD5E
RGB
CMYK
RGB Variations
Color information
#DFDD5E (or 0xDFDD5E) is known color: Manz. HEX triplet: DF, DD and 5E. RGB value is (223,221,94). Sum of RGB (Red+Green+Blue) = 223+221+94=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD5E is #2022A1. Grayscale: #CFCFCF. Windows color (decimal): -2106018 or 6217183. OLE color: 6217183.
HSL color Cylindrical-coordinate representation of color #DFDD5E: hue angle of 59.07º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFDD5E is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 94 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.13 |
| HSL | 59.07º | 0.67% | 0.62% | - |
| HSV(B) | 59.07º | 0.58% | 0.87% | - |
| XYZ | 58.31 | 68.21 | 20.68 | - |
| YUV | 207.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 94 | 0 | 0.01 | 0.58 | 0.13 | 59.07 | 0.67 | 0.62 |
| Hex | DF | DD | 5E | 0 | 1 | 3A | D | 3B | 43 | 3E |
| Octal | 337 | 335 | 136 | 0 | 1 | 72 | 15 | 73 | 103 | 76 |
| Binary | 11011111 | 11011101 | 1011110 | 0 | 1 | 111010 | 1101 | 111011 | 1000011 | 111110 |
Color Harmonies of #DFDD5E
Complementary color
Monochromatic Colors of #DFDD5E
Black with #DFDD5E
Text Example
Text Example
White with #DFDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD5E; }
p { color: rgb(223,221,94); }
H1.HeaderClassName
{
color: #DFDD5E;
}
.AnyTagClassName
{
color: #DFDD5E;
}
</style>
background-color css
<style>
a { background-color: #DFDD5E; }
a { background-color: rgb(223,221,94); }
div.DivClassName
{
background-color: #DFDD5E;
}
.BgClassName
{
background-color: #DFDD5E;
}
</style>
border-color css
<style>
span { border-color: #DFDD5E; }
span { border-color: rgb(223,221,94); }
td.TdClassName
{
border-color: #DFDD5E;
}
.TagClassName
{
border-color: #DFDD5E;
}
</style>