Shades of Manz #DCD85D
Tints of Manz #DCD85D
RGB
CMYK
RGB Variations
Color information
#DCD85D (or 0xDCD85D) is known color: Manz. HEX triplet: DC, D8 and 5D. RGB value is (220,216,93). Sum of RGB (Red+Green+Blue) = 220+216+93=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD85D is #2327A2. Grayscale: #CBCBCB. Windows color (decimal): -2303907 or 6150364. OLE color: 6150364.
HSL color Cylindrical-coordinate representation of color #DCD85D: hue angle of 58.11º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCD85D is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 93 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.14 |
| HSL | 58.11º | 0.64% | 0.61% | - |
| HSV(B) | 58.11º | 0.58% | 0.86% | - |
| XYZ | 56.05 | 65.12 | 19.97 | - |
| YUV | 203.17 | 65.83 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 93 | 0 | 0.02 | 0.58 | 0.14 | 58.11 | 0.64 | 0.61 |
| Hex | DC | D8 | 5D | 0 | 2 | 3A | E | 3A | 40 | 3D |
| Octal | 334 | 330 | 135 | 0 | 2 | 72 | 16 | 72 | 100 | 75 |
| Binary | 11011100 | 11011000 | 1011101 | 0 | 10 | 111010 | 1110 | 111010 | 1000000 | 111101 |
Color Harmonies of #DCD85D
Complementary color
Monochromatic Colors of #DCD85D
Black with #DCD85D
Text Example
Text Example
White with #DCD85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD85D; }
p { color: rgb(220,216,93); }
H1.HeaderClassName
{
color: #DCD85D;
}
.AnyTagClassName
{
color: #DCD85D;
}
</style>
background-color css
<style>
a { background-color: #DCD85D; }
a { background-color: rgb(220,216,93); }
div.DivClassName
{
background-color: #DCD85D;
}
.BgClassName
{
background-color: #DCD85D;
}
</style>
border-color css
<style>
span { border-color: #DCD85D; }
span { border-color: rgb(220,216,93); }
td.TdClassName
{
border-color: #DCD85D;
}
.TagClassName
{
border-color: #DCD85D;
}
</style>