Shades of Manz #DCDA53
Tints of Manz #DCDA53
RGB
CMYK
RGB Variations
Color information
#DCDA53 (or 0xDCDA53) is known color: Manz. HEX triplet: DC, DA and 53. RGB value is (220,218,83). Sum of RGB (Red+Green+Blue) = 220+218+83=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 83 (32.81% from 255 or 15.93% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA53 is #2325AC. Grayscale: #CBCBCB. Windows color (decimal): -2303405 or 5495516. OLE color: 5495516.
HSL color Cylindrical-coordinate representation of color #DCDA53: hue angle of 59.12º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCDA53 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 83 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.14 |
| HSL | 59.12º | 0.66% | 0.59% | - |
| HSV(B) | 59.12º | 0.62% | 0.86% | - |
| XYZ | 56.15 | 65.98 | 17.96 | - |
| YUV | 203.21 | 60.16 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 83 | 0 | 0.01 | 0.62 | 0.14 | 59.12 | 0.66 | 0.59 |
| Hex | DC | DA | 53 | 0 | 1 | 3E | E | 3B | 42 | 3B |
| Octal | 334 | 332 | 123 | 0 | 1 | 76 | 16 | 73 | 102 | 73 |
| Binary | 11011100 | 11011010 | 1010011 | 0 | 1 | 111110 | 1110 | 111011 | 1000010 | 111011 |
Color Harmonies of #DCDA53
Complementary color
Monochromatic Colors of #DCDA53
Black with #DCDA53
Text Example
Text Example
White with #DCDA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA53; }
p { color: rgb(220,218,83); }
H1.HeaderClassName
{
color: #DCDA53;
}
.AnyTagClassName
{
color: #DCDA53;
}
</style>
background-color css
<style>
a { background-color: #DCDA53; }
a { background-color: rgb(220,218,83); }
div.DivClassName
{
background-color: #DCDA53;
}
.BgClassName
{
background-color: #DCDA53;
}
</style>
border-color css
<style>
span { border-color: #DCDA53; }
span { border-color: rgb(220,218,83); }
td.TdClassName
{
border-color: #DCDA53;
}
.TagClassName
{
border-color: #DCDA53;
}
</style>