Shades of Manz #DCD94E
Tints of Manz #DCD94E
RGB
CMYK
RGB Variations
Color information
#DCD94E (or 0xDCD94E) is known color: Manz. HEX triplet: DC, D9 and 4E. RGB value is (220,217,78). Sum of RGB (Red+Green+Blue) = 220+217+78=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD94E is #2326B1. Grayscale: #CACACA. Windows color (decimal): -2303666 or 5167580. OLE color: 5167580.
HSL color Cylindrical-coordinate representation of color #DCD94E: hue angle of 58.73º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCD94E is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 78 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.14 |
| HSL | 58.73º | 0.67% | 0.58% | - |
| HSV(B) | 58.73º | 0.65% | 0.86% | - |
| XYZ | 55.7 | 65.39 | 16.89 | - |
| YUV | 202.05 | 57.99 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 78 | 0 | 0.01 | 0.65 | 0.14 | 58.73 | 0.67 | 0.58 |
| Hex | DC | D9 | 4E | 0 | 1 | 41 | E | 3B | 43 | 3A |
| Octal | 334 | 331 | 116 | 0 | 1 | 101 | 16 | 73 | 103 | 72 |
| Binary | 11011100 | 11011001 | 1001110 | 0 | 1 | 1000001 | 1110 | 111011 | 1000011 | 111010 |
Color Harmonies of #DCD94E
Complementary color
Monochromatic Colors of #DCD94E
Black with #DCD94E
Text Example
Text Example
White with #DCD94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD94E; }
p { color: rgb(220,217,78); }
H1.HeaderClassName
{
color: #DCD94E;
}
.AnyTagClassName
{
color: #DCD94E;
}
</style>
background-color css
<style>
a { background-color: #DCD94E; }
a { background-color: rgb(220,217,78); }
div.DivClassName
{
background-color: #DCD94E;
}
.BgClassName
{
background-color: #DCD94E;
}
</style>
border-color css
<style>
span { border-color: #DCD94E; }
span { border-color: rgb(220,217,78); }
td.TdClassName
{
border-color: #DCD94E;
}
.TagClassName
{
border-color: #DCD94E;
}
</style>