Shades of Manz #DFD45B
Tints of Manz #DFD45B
RGB
CMYK
RGB Variations
Color information
#DFD45B (or 0xDFD45B) is known color: Manz. HEX triplet: DF, D4 and 5B. RGB value is (223,212,91). Sum of RGB (Red+Green+Blue) = 223+212+91=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD45B is #202BA4. Grayscale: #C9C9C9. Windows color (decimal): -2108325 or 6018271. OLE color: 6018271.
HSL color Cylindrical-coordinate representation of color #DFD45B: hue angle of 55º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFD45B is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 91 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.13 |
| HSL | 55º | 0.67% | 0.62% | - |
| HSV(B) | 55º | 0.59% | 0.87% | - |
| XYZ | 55.86 | 63.53 | 19.22 | - |
| YUV | 201.5 | 65.64 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 91 | 0 | 0.05 | 0.59 | 0.13 | 55 | 0.67 | 0.62 |
| Hex | DF | D4 | 5B | 0 | 5 | 3B | D | 37 | 43 | 3E |
| Octal | 337 | 324 | 133 | 0 | 5 | 73 | 15 | 67 | 103 | 76 |
| Binary | 11011111 | 11010100 | 1011011 | 0 | 101 | 111011 | 1101 | 110111 | 1000011 | 111110 |
Color Harmonies of #DFD45B
Complementary color
Monochromatic Colors of #DFD45B
Black with #DFD45B
Text Example
Text Example
White with #DFD45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD45B; }
p { color: rgb(223,212,91); }
H1.HeaderClassName
{
color: #DFD45B;
}
.AnyTagClassName
{
color: #DFD45B;
}
</style>
background-color css
<style>
a { background-color: #DFD45B; }
a { background-color: rgb(223,212,91); }
div.DivClassName
{
background-color: #DFD45B;
}
.BgClassName
{
background-color: #DFD45B;
}
</style>
border-color css
<style>
span { border-color: #DFD45B; }
span { border-color: rgb(223,212,91); }
td.TdClassName
{
border-color: #DFD45B;
}
.TagClassName
{
border-color: #DFD45B;
}
</style>