Shades of Manz #DFD55A
Tints of Manz #DFD55A
RGB
CMYK
RGB Variations
Color information
#DFD55A (or 0xDFD55A) is known color: Manz. HEX triplet: DF, D5 and 5A. RGB value is (223,213,90). Sum of RGB (Red+Green+Blue) = 223+213+90=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD55A is #202AA5. Grayscale: #CACACA. Windows color (decimal): -2108070 or 5952991. OLE color: 5952991.
HSL color Cylindrical-coordinate representation of color #DFD55A: hue angle of 55.49º 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 #DFD55A is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 90 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.13 |
| HSL | 55.49º | 0.68% | 0.61% | - |
| HSV(B) | 55.49º | 0.6% | 0.87% | - |
| XYZ | 56.07 | 64.01 | 19.07 | - |
| YUV | 201.97 | 64.81 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 90 | 0 | 0.04 | 0.60 | 0.13 | 55.49 | 0.68 | 0.61 |
| Hex | DF | D5 | 5A | 0 | 4 | 3C | D | 37 | 44 | 3D |
| Octal | 337 | 325 | 132 | 0 | 4 | 74 | 15 | 67 | 104 | 75 |
| Binary | 11011111 | 11010101 | 1011010 | 0 | 100 | 111100 | 1101 | 110111 | 1000100 | 111101 |
Color Harmonies of #DFD55A
Complementary color
Monochromatic Colors of #DFD55A
Black with #DFD55A
Text Example
Text Example
White with #DFD55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD55A; }
p { color: rgb(223,213,90); }
H1.HeaderClassName
{
color: #DFD55A;
}
.AnyTagClassName
{
color: #DFD55A;
}
</style>
background-color css
<style>
a { background-color: #DFD55A; }
a { background-color: rgb(223,213,90); }
div.DivClassName
{
background-color: #DFD55A;
}
.BgClassName
{
background-color: #DFD55A;
}
</style>
border-color css
<style>
span { border-color: #DFD55A; }
span { border-color: rgb(223,213,90); }
td.TdClassName
{
border-color: #DFD55A;
}
.TagClassName
{
border-color: #DFD55A;
}
</style>