Shades of Manz #DCDB50
Tints of Manz #DCDB50
RGB
CMYK
RGB Variations
Color information
#DCDB50 (or 0xDCDB50) is known color: Manz. HEX triplet: DC, DB and 50. RGB value is (220,219,80). Sum of RGB (Red+Green+Blue) = 220+219+80=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB50 is #2324AF. Grayscale: #CCCCCC. Windows color (decimal): -2303152 or 5299164. OLE color: 5299164.
HSL color Cylindrical-coordinate representation of color #DCDB50: hue angle of 59.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCDB50 is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 80 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.14 |
| HSL | 59.57º | 0.67% | 0.59% | - |
| HSV(B) | 59.57º | 0.64% | 0.86% | - |
| XYZ | 56.29 | 66.46 | 17.45 | - |
| YUV | 203.45 | 58.33 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 80 | 0 | 0.00 | 0.64 | 0.14 | 59.57 | 0.67 | 0.59 |
| Hex | DC | DB | 50 | 0 | 0 | 40 | E | 3C | 43 | 3B |
| Octal | 334 | 333 | 120 | 0 | 0 | 100 | 16 | 74 | 103 | 73 |
| Binary | 11011100 | 11011011 | 1010000 | 0 | 0 | 1000000 | 1110 | 111100 | 1000011 | 111011 |
Color Harmonies of #DCDB50
Complementary color
Monochromatic Colors of #DCDB50
Black with #DCDB50
Text Example
Text Example
White with #DCDB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB50; }
p { color: rgb(220,219,80); }
H1.HeaderClassName
{
color: #DCDB50;
}
.AnyTagClassName
{
color: #DCDB50;
}
</style>
background-color css
<style>
a { background-color: #DCDB50; }
a { background-color: rgb(220,219,80); }
div.DivClassName
{
background-color: #DCDB50;
}
.BgClassName
{
background-color: #DCDB50;
}
</style>
border-color css
<style>
span { border-color: #DCDB50; }
span { border-color: rgb(220,219,80); }
td.TdClassName
{
border-color: #DCDB50;
}
.TagClassName
{
border-color: #DCDB50;
}
</style>