Shades of Manz #DCDB59
Tints of Manz #DCDB59
RGB
CMYK
RGB Variations
Color information
#DCDB59 (or 0xDCDB59) is known color: Manz. HEX triplet: DC, DB and 59. RGB value is (220,219,89). Sum of RGB (Red+Green+Blue) = 220+219+89=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 89 (35.16% from 255 or 16.86% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB59 is #2324A6. Grayscale: #CCCCCC. Windows color (decimal): -2303143 or 5888988. OLE color: 5888988.
HSL color Cylindrical-coordinate representation of color #DCDB59: hue angle of 59.54º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCDB59 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 89 | - |
| CMYK | 0 | 0.00 | 0.60 | 0.14 |
| HSL | 59.54º | 0.65% | 0.61% | - |
| HSV(B) | 59.54º | 0.6% | 0.86% | - |
| XYZ | 56.65 | 66.6 | 19.32 | - |
| YUV | 204.48 | 62.83 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 89 | 0 | 0.00 | 0.60 | 0.14 | 59.54 | 0.65 | 0.61 |
| Hex | DC | DB | 59 | 0 | 0 | 3C | E | 3C | 41 | 3D |
| Octal | 334 | 333 | 131 | 0 | 0 | 74 | 16 | 74 | 101 | 75 |
| Binary | 11011100 | 11011011 | 1011001 | 0 | 0 | 111100 | 1110 | 111100 | 1000001 | 111101 |
Color Harmonies of #DCDB59
Complementary color
Monochromatic Colors of #DCDB59
Black with #DCDB59
Text Example
Text Example
White with #DCDB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB59; }
p { color: rgb(220,219,89); }
H1.HeaderClassName
{
color: #DCDB59;
}
.AnyTagClassName
{
color: #DCDB59;
}
</style>
background-color css
<style>
a { background-color: #DCDB59; }
a { background-color: rgb(220,219,89); }
div.DivClassName
{
background-color: #DCDB59;
}
.BgClassName
{
background-color: #DCDB59;
}
</style>
border-color css
<style>
span { border-color: #DCDB59; }
span { border-color: rgb(220,219,89); }
td.TdClassName
{
border-color: #DCDB59;
}
.TagClassName
{
border-color: #DCDB59;
}
</style>