Shades of Manz #DFD55D
Tints of Manz #DFD55D
RGB
CMYK
RGB Variations
Color information
#DFD55D (or 0xDFD55D) is known color: Manz. HEX triplet: DF, D5 and 5D. RGB value is (223,213,93). Sum of RGB (Red+Green+Blue) = 223+213+93=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD55D is #202AA2. Grayscale: #CACACA. Windows color (decimal): -2108067 or 6149599. OLE color: 6149599.
HSL color Cylindrical-coordinate representation of color #DFD55D: hue angle of 55.38º 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 #DFD55D is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 93 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.13 |
| HSL | 55.38º | 0.67% | 0.62% | - |
| HSV(B) | 55.38º | 0.58% | 0.87% | - |
| XYZ | 56.2 | 64.07 | 19.76 | - |
| YUV | 202.31 | 66.31 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 93 | 0 | 0.04 | 0.58 | 0.13 | 55.38 | 0.67 | 0.62 |
| Hex | DF | D5 | 5D | 0 | 4 | 3A | D | 37 | 43 | 3E |
| Octal | 337 | 325 | 135 | 0 | 4 | 72 | 15 | 67 | 103 | 76 |
| Binary | 11011111 | 11010101 | 1011101 | 0 | 100 | 111010 | 1101 | 110111 | 1000011 | 111110 |
Color Harmonies of #DFD55D
Complementary color
Monochromatic Colors of #DFD55D
Black with #DFD55D
Text Example
Text Example
White with #DFD55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD55D; }
p { color: rgb(223,213,93); }
H1.HeaderClassName
{
color: #DFD55D;
}
.AnyTagClassName
{
color: #DFD55D;
}
</style>
background-color css
<style>
a { background-color: #DFD55D; }
a { background-color: rgb(223,213,93); }
div.DivClassName
{
background-color: #DFD55D;
}
.BgClassName
{
background-color: #DFD55D;
}
</style>
border-color css
<style>
span { border-color: #DFD55D; }
span { border-color: rgb(223,213,93); }
td.TdClassName
{
border-color: #DFD55D;
}
.TagClassName
{
border-color: #DFD55D;
}
</style>