Shades of Manz #DCDB54
Tints of Manz #DCDB54
RGB
CMYK
RGB Variations
Color information
#DCDB54 (or 0xDCDB54) is known color: Manz. HEX triplet: DC, DB and 54. RGB value is (220,219,84). Sum of RGB (Red+Green+Blue) = 220+219+84=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 84 (33.20% from 255 or 16.06% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB54 is #2324AB. Grayscale: #CCCCCC. Windows color (decimal): -2303148 or 5561308. OLE color: 5561308.
HSL color Cylindrical-coordinate representation of color #DCDB54: hue angle of 59.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCDB54 is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 84 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.14 |
| HSL | 59.56º | 0.66% | 0.6% | - |
| HSV(B) | 59.56º | 0.62% | 0.86% | - |
| XYZ | 56.45 | 66.52 | 18.25 | - |
| YUV | 203.91 | 60.33 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 84 | 0 | 0.00 | 0.62 | 0.14 | 59.56 | 0.66 | 0.6 |
| Hex | DC | DB | 54 | 0 | 0 | 3E | E | 3C | 42 | 3C |
| Octal | 334 | 333 | 124 | 0 | 0 | 76 | 16 | 74 | 102 | 74 |
| Binary | 11011100 | 11011011 | 1010100 | 0 | 0 | 111110 | 1110 | 111100 | 1000010 | 111100 |
Color Harmonies of #DCDB54
Complementary color
Monochromatic Colors of #DCDB54
Black with #DCDB54
Text Example
Text Example
White with #DCDB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB54; }
p { color: rgb(220,219,84); }
H1.HeaderClassName
{
color: #DCDB54;
}
.AnyTagClassName
{
color: #DCDB54;
}
</style>
background-color css
<style>
a { background-color: #DCDB54; }
a { background-color: rgb(220,219,84); }
div.DivClassName
{
background-color: #DCDB54;
}
.BgClassName
{
background-color: #DCDB54;
}
</style>
border-color css
<style>
span { border-color: #DCDB54; }
span { border-color: rgb(220,219,84); }
td.TdClassName
{
border-color: #DCDB54;
}
.TagClassName
{
border-color: #DCDB54;
}
</style>