Shades of Manz #DCDA51
Tints of Manz #DCDA51
RGB
CMYK
RGB Variations
Color information
#DCDA51 (or 0xDCDA51) is known color: Manz. HEX triplet: DC, DA and 51. RGB value is (220,218,81). Sum of RGB (Red+Green+Blue) = 220+218+81=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 81 (32.03% from 255 or 15.61% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA51 is #2325AE. Grayscale: #CBCBCB. Windows color (decimal): -2303407 or 5364444. OLE color: 5364444.
HSL color Cylindrical-coordinate representation of color #DCDA51: hue angle of 59.14º degrees, saturation: 0.67, 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 #DCDA51 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 81 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.14 |
| HSL | 59.14º | 0.67% | 0.59% | - |
| HSV(B) | 59.14º | 0.63% | 0.86% | - |
| XYZ | 56.07 | 65.95 | 17.56 | - |
| YUV | 202.98 | 59.16 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 81 | 0 | 0.01 | 0.63 | 0.14 | 59.14 | 0.67 | 0.59 |
| Hex | DC | DA | 51 | 0 | 1 | 3F | E | 3B | 43 | 3B |
| Octal | 334 | 332 | 121 | 0 | 1 | 77 | 16 | 73 | 103 | 73 |
| Binary | 11011100 | 11011010 | 1010001 | 0 | 1 | 111111 | 1110 | 111011 | 1000011 | 111011 |
Color Harmonies of #DCDA51
Complementary color
Monochromatic Colors of #DCDA51
Black with #DCDA51
Text Example
Text Example
White with #DCDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA51; }
p { color: rgb(220,218,81); }
H1.HeaderClassName
{
color: #DCDA51;
}
.AnyTagClassName
{
color: #DCDA51;
}
</style>
background-color css
<style>
a { background-color: #DCDA51; }
a { background-color: rgb(220,218,81); }
div.DivClassName
{
background-color: #DCDA51;
}
.BgClassName
{
background-color: #DCDA51;
}
</style>
border-color css
<style>
span { border-color: #DCDA51; }
span { border-color: rgb(220,218,81); }
td.TdClassName
{
border-color: #DCDA51;
}
.TagClassName
{
border-color: #DCDA51;
}
</style>