Shades of Manz #DCD84F
Tints of Manz #DCD84F
RGB
CMYK
RGB Variations
Color information
#DCD84F (or 0xDCD84F) is known color: Manz. HEX triplet: DC, D8 and 4F. RGB value is (220,216,79). Sum of RGB (Red+Green+Blue) = 220+216+79=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 79 (31.25% from 255 or 15.34% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD84F is #2327B0. Grayscale: #CACACA. Windows color (decimal): -2303921 or 5232860. OLE color: 5232860.
HSL color Cylindrical-coordinate representation of color #DCD84F: hue angle of 58.3º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCD84F is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 79 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.14 |
| HSL | 58.3º | 0.67% | 0.59% | - |
| HSV(B) | 58.3º | 0.64% | 0.86% | - |
| XYZ | 55.48 | 64.89 | 17 | - |
| YUV | 201.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 79 | 0 | 0.02 | 0.64 | 0.14 | 58.3 | 0.67 | 0.59 |
| Hex | DC | D8 | 4F | 0 | 2 | 40 | E | 3A | 43 | 3B |
| Octal | 334 | 330 | 117 | 0 | 2 | 100 | 16 | 72 | 103 | 73 |
| Binary | 11011100 | 11011000 | 1001111 | 0 | 10 | 1000000 | 1110 | 111010 | 1000011 | 111011 |
Color Harmonies of #DCD84F
Complementary color
Monochromatic Colors of #DCD84F
Black with #DCD84F
Text Example
Text Example
White with #DCD84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD84F; }
p { color: rgb(220,216,79); }
H1.HeaderClassName
{
color: #DCD84F;
}
.AnyTagClassName
{
color: #DCD84F;
}
</style>
background-color css
<style>
a { background-color: #DCD84F; }
a { background-color: rgb(220,216,79); }
div.DivClassName
{
background-color: #DCD84F;
}
.BgClassName
{
background-color: #DCD84F;
}
</style>
border-color css
<style>
span { border-color: #DCD84F; }
span { border-color: rgb(220,216,79); }
td.TdClassName
{
border-color: #DCD84F;
}
.TagClassName
{
border-color: #DCD84F;
}
</style>