Shades of Manz #DFDC5B
Tints of Manz #DFDC5B
RGB
CMYK
RGB Variations
Color information
#DFDC5B (or 0xDFDC5B) is known color: Manz. HEX triplet: DF, DC and 5B. RGB value is (223,220,91). Sum of RGB (Red+Green+Blue) = 223+220+91=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC5B is #2023A4. Grayscale: #CECECE. Windows color (decimal): -2106277 or 6020319. OLE color: 6020319.
HSL color Cylindrical-coordinate representation of color #DFDC5B: hue angle of 58.64º 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 #DFDC5B is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 91 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.13 |
| HSL | 58.64º | 0.67% | 0.62% | - |
| HSV(B) | 58.64º | 0.59% | 0.87% | - |
| XYZ | 57.91 | 67.63 | 19.9 | - |
| YUV | 206.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 91 | 0 | 0.01 | 0.59 | 0.13 | 58.64 | 0.67 | 0.62 |
| Hex | DF | DC | 5B | 0 | 1 | 3B | D | 3B | 43 | 3E |
| Octal | 337 | 334 | 133 | 0 | 1 | 73 | 15 | 73 | 103 | 76 |
| Binary | 11011111 | 11011100 | 1011011 | 0 | 1 | 111011 | 1101 | 111011 | 1000011 | 111110 |
Color Harmonies of #DFDC5B
Complementary color
Monochromatic Colors of #DFDC5B
Black with #DFDC5B
Text Example
Text Example
White with #DFDC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC5B; }
p { color: rgb(223,220,91); }
H1.HeaderClassName
{
color: #DFDC5B;
}
.AnyTagClassName
{
color: #DFDC5B;
}
</style>
background-color css
<style>
a { background-color: #DFDC5B; }
a { background-color: rgb(223,220,91); }
div.DivClassName
{
background-color: #DFDC5B;
}
.BgClassName
{
background-color: #DFDC5B;
}
</style>
border-color css
<style>
span { border-color: #DFDC5B; }
span { border-color: rgb(223,220,91); }
td.TdClassName
{
border-color: #DFDC5B;
}
.TagClassName
{
border-color: #DFDC5B;
}
</style>