Shades of Manz #DCDA55
Tints of Manz #DCDA55
RGB
CMYK
RGB Variations
Color information
#DCDA55 (or 0xDCDA55) is known color: Manz. HEX triplet: DC, DA and 55. RGB value is (220,218,85). Sum of RGB (Red+Green+Blue) = 220+218+85=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA55 is #2325AA. Grayscale: #CBCBCB. Windows color (decimal): -2303403 or 5626588. OLE color: 5626588.
HSL color Cylindrical-coordinate representation of color #DCDA55: hue angle of 59.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCDA55 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 85 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.14 |
| HSL | 59.11º | 0.66% | 0.6% | - |
| HSV(B) | 59.11º | 0.61% | 0.86% | - |
| XYZ | 56.23 | 66.01 | 18.37 | - |
| YUV | 203.44 | 61.16 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 85 | 0 | 0.01 | 0.61 | 0.14 | 59.11 | 0.66 | 0.6 |
| Hex | DC | DA | 55 | 0 | 1 | 3D | E | 3B | 42 | 3C |
| Octal | 334 | 332 | 125 | 0 | 1 | 75 | 16 | 73 | 102 | 74 |
| Binary | 11011100 | 11011010 | 1010101 | 0 | 1 | 111101 | 1110 | 111011 | 1000010 | 111100 |
Color Harmonies of #DCDA55
Complementary color
Monochromatic Colors of #DCDA55
Black with #DCDA55
Text Example
Text Example
White with #DCDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA55; }
p { color: rgb(220,218,85); }
H1.HeaderClassName
{
color: #DCDA55;
}
.AnyTagClassName
{
color: #DCDA55;
}
</style>
background-color css
<style>
a { background-color: #DCDA55; }
a { background-color: rgb(220,218,85); }
div.DivClassName
{
background-color: #DCDA55;
}
.BgClassName
{
background-color: #DCDA55;
}
</style>
border-color css
<style>
span { border-color: #DCDA55; }
span { border-color: rgb(220,218,85); }
td.TdClassName
{
border-color: #DCDA55;
}
.TagClassName
{
border-color: #DCDA55;
}
</style>