Shades of Manz #DCDB4D
Tints of Manz #DCDB4D
RGB
CMYK
RGB Variations
Color information
#DCDB4D (or 0xDCDB4D) is known color: Manz. HEX triplet: DC, DB and 4D. RGB value is (220,219,77). Sum of RGB (Red+Green+Blue) = 220+219+77=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB4D is #2324B2. Grayscale: #CBCBCB. Windows color (decimal): -2303155 or 5102556. OLE color: 5102556.
HSL color Cylindrical-coordinate representation of color #DCDB4D: hue angle of 59.58º 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 #DCDB4D is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 77 | - |
| CMYK | 0 | 0.00 | 0.65 | 0.14 |
| HSL | 59.58º | 0.67% | 0.58% | - |
| HSV(B) | 59.58º | 0.65% | 0.86% | - |
| XYZ | 56.19 | 66.41 | 16.88 | - |
| YUV | 203.11 | 56.83 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 77 | 0 | 0.00 | 0.65 | 0.14 | 59.58 | 0.67 | 0.58 |
| Hex | DC | DB | 4D | 0 | 0 | 41 | E | 3C | 43 | 3A |
| Octal | 334 | 333 | 115 | 0 | 0 | 101 | 16 | 74 | 103 | 72 |
| Binary | 11011100 | 11011011 | 1001101 | 0 | 0 | 1000001 | 1110 | 111100 | 1000011 | 111010 |
Color Harmonies of #DCDB4D
Complementary color
Monochromatic Colors of #DCDB4D
Black with #DCDB4D
Text Example
Text Example
White with #DCDB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB4D; }
p { color: rgb(220,219,77); }
H1.HeaderClassName
{
color: #DCDB4D;
}
.AnyTagClassName
{
color: #DCDB4D;
}
</style>
background-color css
<style>
a { background-color: #DCDB4D; }
a { background-color: rgb(220,219,77); }
div.DivClassName
{
background-color: #DCDB4D;
}
.BgClassName
{
background-color: #DCDB4D;
}
</style>
border-color css
<style>
span { border-color: #DCDB4D; }
span { border-color: rgb(220,219,77); }
td.TdClassName
{
border-color: #DCDB4D;
}
.TagClassName
{
border-color: #DCDB4D;
}
</style>