Shades of Manz #DCD94A
Tints of Manz #DCD94A
RGB
CMYK
RGB Variations
Color information
#DCD94A (or 0xDCD94A) is known color: Manz. HEX triplet: DC, D9 and 4A. RGB value is (220,217,74). Sum of RGB (Red+Green+Blue) = 220+217+74=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD94A is #2326B5. Grayscale: #CACACA. Windows color (decimal): -2303670 or 4905436. OLE color: 4905436.
HSL color Cylindrical-coordinate representation of color #DCD94A: hue angle of 58.77º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCD94A is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 74 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.14 |
| HSL | 58.77º | 0.68% | 0.58% | - |
| HSV(B) | 58.77º | 0.66% | 0.86% | - |
| XYZ | 55.56 | 65.34 | 16.16 | - |
| YUV | 201.6 | 55.99 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 74 | 0 | 0.01 | 0.66 | 0.14 | 58.77 | 0.68 | 0.58 |
| Hex | DC | D9 | 4A | 0 | 1 | 42 | E | 3B | 44 | 3A |
| Octal | 334 | 331 | 112 | 0 | 1 | 102 | 16 | 73 | 104 | 72 |
| Binary | 11011100 | 11011001 | 1001010 | 0 | 1 | 1000010 | 1110 | 111011 | 1000100 | 111010 |
Color Harmonies of #DCD94A
Complementary color
Monochromatic Colors of #DCD94A
Black with #DCD94A
Text Example
Text Example
White with #DCD94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD94A; }
p { color: rgb(220,217,74); }
H1.HeaderClassName
{
color: #DCD94A;
}
.AnyTagClassName
{
color: #DCD94A;
}
</style>
background-color css
<style>
a { background-color: #DCD94A; }
a { background-color: rgb(220,217,74); }
div.DivClassName
{
background-color: #DCD94A;
}
.BgClassName
{
background-color: #DCD94A;
}
</style>
border-color css
<style>
span { border-color: #DCD94A; }
span { border-color: rgb(220,217,74); }
td.TdClassName
{
border-color: #DCD94A;
}
.TagClassName
{
border-color: #DCD94A;
}
</style>