Shades of Manz #DCD74C
Tints of Manz #DCD74C
RGB
CMYK
RGB Variations
Color information
#DCD74C (or 0xDCD74C) is known color: Manz. HEX triplet: DC, D7 and 4C. RGB value is (220,215,76). Sum of RGB (Red+Green+Blue) = 220+215+76=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD74C is #2328B3. Grayscale: #C9C9C9. Windows color (decimal): -2304180 or 5035996. OLE color: 5035996.
HSL color Cylindrical-coordinate representation of color #DCD74C: hue angle of 57.92º 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 #DCD74C is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 76 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.14 |
| HSL | 57.92º | 0.67% | 0.58% | - |
| HSV(B) | 57.92º | 0.65% | 0.86% | - |
| XYZ | 55.12 | 64.34 | 16.35 | - |
| YUV | 200.65 | 57.66 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 76 | 0 | 0.02 | 0.65 | 0.14 | 57.92 | 0.67 | 0.58 |
| Hex | DC | D7 | 4C | 0 | 2 | 41 | E | 3A | 43 | 3A |
| Octal | 334 | 327 | 114 | 0 | 2 | 101 | 16 | 72 | 103 | 72 |
| Binary | 11011100 | 11010111 | 1001100 | 0 | 10 | 1000001 | 1110 | 111010 | 1000011 | 111010 |
Color Harmonies of #DCD74C
Complementary color
Monochromatic Colors of #DCD74C
Black with #DCD74C
Text Example
Text Example
White with #DCD74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD74C; }
p { color: rgb(220,215,76); }
H1.HeaderClassName
{
color: #DCD74C;
}
.AnyTagClassName
{
color: #DCD74C;
}
</style>
background-color css
<style>
a { background-color: #DCD74C; }
a { background-color: rgb(220,215,76); }
div.DivClassName
{
background-color: #DCD74C;
}
.BgClassName
{
background-color: #DCD74C;
}
</style>
border-color css
<style>
span { border-color: #DCD74C; }
span { border-color: rgb(220,215,76); }
td.TdClassName
{
border-color: #DCD74C;
}
.TagClassName
{
border-color: #DCD74C;
}
</style>