Shades of Manz #DCD054
Tints of Manz #DCD054
RGB
CMYK
RGB Variations
Color information
#DCD054 (or 0xDCD054) is known color: Manz. HEX triplet: DC, D0 and 54. RGB value is (220,208,84). Sum of RGB (Red+Green+Blue) = 220+208+84=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 84 (33.20% from 255 or 16.41% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD054 is #232FAB. Grayscale: #C5C5C5. Windows color (decimal): -2305964 or 5558492. OLE color: 5558492.
HSL color Cylindrical-coordinate representation of color #DCD054: hue angle of 54.71º 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 #DCD054 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 84 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.14 |
| HSL | 54.71º | 0.66% | 0.6% | - |
| HSV(B) | 54.71º | 0.62% | 0.86% | - |
| XYZ | 53.67 | 60.97 | 17.33 | - |
| YUV | 197.45 | 63.98 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 84 | 0 | 0.05 | 0.62 | 0.14 | 54.71 | 0.66 | 0.6 |
| Hex | DC | D0 | 54 | 0 | 5 | 3E | E | 37 | 42 | 3C |
| Octal | 334 | 320 | 124 | 0 | 5 | 76 | 16 | 67 | 102 | 74 |
| Binary | 11011100 | 11010000 | 1010100 | 0 | 101 | 111110 | 1110 | 110111 | 1000010 | 111100 |
Color Harmonies of #DCD054
Complementary color
Monochromatic Colors of #DCD054
Black with #DCD054
Text Example
Text Example
White with #DCD054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD054; }
p { color: rgb(220,208,84); }
H1.HeaderClassName
{
color: #DCD054;
}
.AnyTagClassName
{
color: #DCD054;
}
</style>
background-color css
<style>
a { background-color: #DCD054; }
a { background-color: rgb(220,208,84); }
div.DivClassName
{
background-color: #DCD054;
}
.BgClassName
{
background-color: #DCD054;
}
</style>
border-color css
<style>
span { border-color: #DCD054; }
span { border-color: rgb(220,208,84); }
td.TdClassName
{
border-color: #DCD054;
}
.TagClassName
{
border-color: #DCD054;
}
</style>