Shades of Manz #DFD45D
Tints of Manz #DFD45D
RGB
CMYK
RGB Variations
Color information
#DFD45D (or 0xDFD45D) is known color: Manz. HEX triplet: DF, D4 and 5D. RGB value is (223,212,93). Sum of RGB (Red+Green+Blue) = 223+212+93=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD45D is #202BA2. Grayscale: #CACACA. Windows color (decimal): -2108323 or 6149343. OLE color: 6149343.
HSL color Cylindrical-coordinate representation of color #DFD45D: hue angle of 54.92º 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 #DFD45D is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 93 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.13 |
| HSL | 54.92º | 0.67% | 0.62% | - |
| HSV(B) | 54.92º | 0.58% | 0.87% | - |
| XYZ | 55.95 | 63.57 | 19.68 | - |
| YUV | 201.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 93 | 0 | 0.05 | 0.58 | 0.13 | 54.92 | 0.67 | 0.62 |
| Hex | DF | D4 | 5D | 0 | 5 | 3A | D | 37 | 43 | 3E |
| Octal | 337 | 324 | 135 | 0 | 5 | 72 | 15 | 67 | 103 | 76 |
| Binary | 11011111 | 11010100 | 1011101 | 0 | 101 | 111010 | 1101 | 110111 | 1000011 | 111110 |
Color Harmonies of #DFD45D
Complementary color
Monochromatic Colors of #DFD45D
Black with #DFD45D
Text Example
Text Example
White with #DFD45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD45D; }
p { color: rgb(223,212,93); }
H1.HeaderClassName
{
color: #DFD45D;
}
.AnyTagClassName
{
color: #DFD45D;
}
</style>
background-color css
<style>
a { background-color: #DFD45D; }
a { background-color: rgb(223,212,93); }
div.DivClassName
{
background-color: #DFD45D;
}
.BgClassName
{
background-color: #DFD45D;
}
</style>
border-color css
<style>
span { border-color: #DFD45D; }
span { border-color: rgb(223,212,93); }
td.TdClassName
{
border-color: #DFD45D;
}
.TagClassName
{
border-color: #DFD45D;
}
</style>