Shades of Manz #DCDB52
Tints of Manz #DCDB52
RGB
CMYK
RGB Variations
Color information
#DCDB52 (or 0xDCDB52) is known color: Manz. HEX triplet: DC, DB and 52. RGB value is (220,219,82). Sum of RGB (Red+Green+Blue) = 220+219+82=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB52 is #2324AD. Grayscale: #CCCCCC. Windows color (decimal): -2303150 or 5430236. OLE color: 5430236.
HSL color Cylindrical-coordinate representation of color #DCDB52: hue angle of 59.57º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCDB52 is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 82 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.14 |
| HSL | 59.57º | 0.66% | 0.59% | - |
| HSV(B) | 59.57º | 0.63% | 0.86% | - |
| XYZ | 56.37 | 66.49 | 17.85 | - |
| YUV | 203.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 82 | 0 | 0.00 | 0.63 | 0.14 | 59.57 | 0.66 | 0.59 |
| Hex | DC | DB | 52 | 0 | 0 | 3F | E | 3C | 42 | 3B |
| Octal | 334 | 333 | 122 | 0 | 0 | 77 | 16 | 74 | 102 | 73 |
| Binary | 11011100 | 11011011 | 1010010 | 0 | 0 | 111111 | 1110 | 111100 | 1000010 | 111011 |
Color Harmonies of #DCDB52
Complementary color
Monochromatic Colors of #DCDB52
Black with #DCDB52
Text Example
Text Example
White with #DCDB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB52; }
p { color: rgb(220,219,82); }
H1.HeaderClassName
{
color: #DCDB52;
}
.AnyTagClassName
{
color: #DCDB52;
}
</style>
background-color css
<style>
a { background-color: #DCDB52; }
a { background-color: rgb(220,219,82); }
div.DivClassName
{
background-color: #DCDB52;
}
.BgClassName
{
background-color: #DCDB52;
}
</style>
border-color css
<style>
span { border-color: #DCDB52; }
span { border-color: rgb(220,219,82); }
td.TdClassName
{
border-color: #DCDB52;
}
.TagClassName
{
border-color: #DCDB52;
}
</style>