Shades of Manz #DCDA4A
Tints of Manz #DCDA4A
RGB
CMYK
RGB Variations
Color information
#DCDA4A (or 0xDCDA4A) is known color: Manz. HEX triplet: DC, DA and 4A. RGB value is (220,218,74). Sum of RGB (Red+Green+Blue) = 220+218+74=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA4A is #2325B5. Grayscale: #CACACA. Windows color (decimal): -2303414 or 4905692. OLE color: 4905692.
HSL color Cylindrical-coordinate representation of color #DCDA4A: hue angle of 59.18º 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 #DCDA4A is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 74 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.14 |
| HSL | 59.18º | 0.68% | 0.58% | - |
| HSV(B) | 59.18º | 0.66% | 0.86% | - |
| XYZ | 55.82 | 65.85 | 16.25 | - |
| YUV | 202.18 | 55.66 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 74 | 0 | 0.01 | 0.66 | 0.14 | 59.18 | 0.68 | 0.58 |
| Hex | DC | DA | 4A | 0 | 1 | 42 | E | 3B | 44 | 3A |
| Octal | 334 | 332 | 112 | 0 | 1 | 102 | 16 | 73 | 104 | 72 |
| Binary | 11011100 | 11011010 | 1001010 | 0 | 1 | 1000010 | 1110 | 111011 | 1000100 | 111010 |
Color Harmonies of #DCDA4A
Complementary color
Monochromatic Colors of #DCDA4A
Black with #DCDA4A
Text Example
Text Example
White with #DCDA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA4A; }
p { color: rgb(220,218,74); }
H1.HeaderClassName
{
color: #DCDA4A;
}
.AnyTagClassName
{
color: #DCDA4A;
}
</style>
background-color css
<style>
a { background-color: #DCDA4A; }
a { background-color: rgb(220,218,74); }
div.DivClassName
{
background-color: #DCDA4A;
}
.BgClassName
{
background-color: #DCDA4A;
}
</style>
border-color css
<style>
span { border-color: #DCDA4A; }
span { border-color: rgb(220,218,74); }
td.TdClassName
{
border-color: #DCDA4A;
}
.TagClassName
{
border-color: #DCDA4A;
}
</style>