Shades of Manz #DCDB49
Tints of Manz #DCDB49
RGB
CMYK
RGB Variations
Color information
#DCDB49 (or 0xDCDB49) is known color: Manz. HEX triplet: DC, DB and 49. RGB value is (220,219,73). Sum of RGB (Red+Green+Blue) = 220+219+73=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB49 is #2324B6. Grayscale: #CBCBCB. Windows color (decimal): -2303159 or 4840412. OLE color: 4840412.
HSL color Cylindrical-coordinate representation of color #DCDB49: hue angle of 59.59º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCDB49 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 73 | - |
| CMYK | 0 | 0.00 | 0.67 | 0.14 |
| HSL | 59.59º | 0.68% | 0.57% | - |
| HSV(B) | 59.59º | 0.67% | 0.86% | - |
| XYZ | 56.05 | 66.36 | 16.16 | - |
| YUV | 202.66 | 54.83 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 73 | 0 | 0.00 | 0.67 | 0.14 | 59.59 | 0.68 | 0.57 |
| Hex | DC | DB | 49 | 0 | 0 | 43 | E | 3C | 44 | 39 |
| Octal | 334 | 333 | 111 | 0 | 0 | 103 | 16 | 74 | 104 | 71 |
| Binary | 11011100 | 11011011 | 1001001 | 0 | 0 | 1000011 | 1110 | 111100 | 1000100 | 111001 |
Color Harmonies of #DCDB49
Complementary color
Monochromatic Colors of #DCDB49
Black with #DCDB49
Text Example
Text Example
White with #DCDB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB49; }
p { color: rgb(220,219,73); }
H1.HeaderClassName
{
color: #DCDB49;
}
.AnyTagClassName
{
color: #DCDB49;
}
</style>
background-color css
<style>
a { background-color: #DCDB49; }
a { background-color: rgb(220,219,73); }
div.DivClassName
{
background-color: #DCDB49;
}
.BgClassName
{
background-color: #DCDB49;
}
</style>
border-color css
<style>
span { border-color: #DCDB49; }
span { border-color: rgb(220,219,73); }
td.TdClassName
{
border-color: #DCDB49;
}
.TagClassName
{
border-color: #DCDB49;
}
</style>