Shades of Manz #DCDA4E
Tints of Manz #DCDA4E
RGB
CMYK
RGB Variations
Color information
#DCDA4E (or 0xDCDA4E) is known color: Manz. HEX triplet: DC, DA and 4E. RGB value is (220,218,78). Sum of RGB (Red+Green+Blue) = 220+218+78=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 78 (30.86% from 255 or 15.12% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA4E is #2325B1. Grayscale: #CBCBCB. Windows color (decimal): -2303410 or 5167836. OLE color: 5167836.
HSL color Cylindrical-coordinate representation of color #DCDA4E: hue angle of 59.15º 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 #DCDA4E is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 78 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.14 |
| HSL | 59.15º | 0.67% | 0.58% | - |
| HSV(B) | 59.15º | 0.65% | 0.86% | - |
| XYZ | 55.96 | 65.91 | 16.98 | - |
| YUV | 202.64 | 57.66 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 78 | 0 | 0.01 | 0.65 | 0.14 | 59.15 | 0.67 | 0.58 |
| Hex | DC | DA | 4E | 0 | 1 | 41 | E | 3B | 43 | 3A |
| Octal | 334 | 332 | 116 | 0 | 1 | 101 | 16 | 73 | 103 | 72 |
| Binary | 11011100 | 11011010 | 1001110 | 0 | 1 | 1000001 | 1110 | 111011 | 1000011 | 111010 |
Color Harmonies of #DCDA4E
Complementary color
Monochromatic Colors of #DCDA4E
Black with #DCDA4E
Text Example
Text Example
White with #DCDA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA4E; }
p { color: rgb(220,218,78); }
H1.HeaderClassName
{
color: #DCDA4E;
}
.AnyTagClassName
{
color: #DCDA4E;
}
</style>
background-color css
<style>
a { background-color: #DCDA4E; }
a { background-color: rgb(220,218,78); }
div.DivClassName
{
background-color: #DCDA4E;
}
.BgClassName
{
background-color: #DCDA4E;
}
</style>
border-color css
<style>
span { border-color: #DCDA4E; }
span { border-color: rgb(220,218,78); }
td.TdClassName
{
border-color: #DCDA4E;
}
.TagClassName
{
border-color: #DCDA4E;
}
</style>