Shades of Manz #DCD85E
Tints of Manz #DCD85E
RGB
CMYK
RGB Variations
Color information
#DCD85E (or 0xDCD85E) is known color: Manz. HEX triplet: DC, D8 and 5E. RGB value is (220,216,94). Sum of RGB (Red+Green+Blue) = 220+216+94=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD85E is #2327A1. Grayscale: #CBCBCB. Windows color (decimal): -2303906 or 6215900. OLE color: 6215900.
HSL color Cylindrical-coordinate representation of color #DCD85E: hue angle of 58.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCD85E is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 94 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.14 |
| HSL | 58.1º | 0.64% | 0.62% | - |
| HSV(B) | 58.1º | 0.57% | 0.86% | - |
| XYZ | 56.09 | 65.14 | 20.21 | - |
| YUV | 203.29 | 66.33 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 94 | 0 | 0.02 | 0.57 | 0.14 | 58.1 | 0.64 | 0.62 |
| Hex | DC | D8 | 5E | 0 | 2 | 39 | E | 3A | 40 | 3E |
| Octal | 334 | 330 | 136 | 0 | 2 | 71 | 16 | 72 | 100 | 76 |
| Binary | 11011100 | 11011000 | 1011110 | 0 | 10 | 111001 | 1110 | 111010 | 1000000 | 111110 |
Color Harmonies of #DCD85E
Complementary color
Monochromatic Colors of #DCD85E
Black with #DCD85E
Text Example
Text Example
White with #DCD85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD85E; }
p { color: rgb(220,216,94); }
H1.HeaderClassName
{
color: #DCD85E;
}
.AnyTagClassName
{
color: #DCD85E;
}
</style>
background-color css
<style>
a { background-color: #DCD85E; }
a { background-color: rgb(220,216,94); }
div.DivClassName
{
background-color: #DCD85E;
}
.BgClassName
{
background-color: #DCD85E;
}
</style>
border-color css
<style>
span { border-color: #DCD85E; }
span { border-color: rgb(220,216,94); }
td.TdClassName
{
border-color: #DCD85E;
}
.TagClassName
{
border-color: #DCD85E;
}
</style>