Shades of Manz #DCD94F
Tints of Manz #DCD94F
RGB
CMYK
RGB Variations
Color information
#DCD94F (or 0xDCD94F) is known color: Manz. HEX triplet: DC, D9 and 4F. RGB value is (220,217,79). Sum of RGB (Red+Green+Blue) = 220+217+79=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 79 (31.25% from 255 or 15.31% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD94F is #2326B0. Grayscale: #CACACA. Windows color (decimal): -2303665 or 5233116. OLE color: 5233116.
HSL color Cylindrical-coordinate representation of color #DCD94F: hue angle of 58.72º 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 #DCD94F is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 79 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.14 |
| HSL | 58.72º | 0.67% | 0.59% | - |
| HSV(B) | 58.72º | 0.64% | 0.86% | - |
| XYZ | 55.74 | 65.41 | 17.08 | - |
| YUV | 202.17 | 58.49 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 79 | 0 | 0.01 | 0.64 | 0.14 | 58.72 | 0.67 | 0.59 |
| Hex | DC | D9 | 4F | 0 | 1 | 40 | E | 3B | 43 | 3B |
| Octal | 334 | 331 | 117 | 0 | 1 | 100 | 16 | 73 | 103 | 73 |
| Binary | 11011100 | 11011001 | 1001111 | 0 | 1 | 1000000 | 1110 | 111011 | 1000011 | 111011 |
Color Harmonies of #DCD94F
Complementary color
Monochromatic Colors of #DCD94F
Black with #DCD94F
Text Example
Text Example
White with #DCD94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD94F; }
p { color: rgb(220,217,79); }
H1.HeaderClassName
{
color: #DCD94F;
}
.AnyTagClassName
{
color: #DCD94F;
}
</style>
background-color css
<style>
a { background-color: #DCD94F; }
a { background-color: rgb(220,217,79); }
div.DivClassName
{
background-color: #DCD94F;
}
.BgClassName
{
background-color: #DCD94F;
}
</style>
border-color css
<style>
span { border-color: #DCD94F; }
span { border-color: rgb(220,217,79); }
td.TdClassName
{
border-color: #DCD94F;
}
.TagClassName
{
border-color: #DCD94F;
}
</style>