Shades of Manz #DCD654
Tints of Manz #DCD654
RGB
CMYK
RGB Variations
Color information
#DCD654 (or 0xDCD654) is known color: Manz. HEX triplet: DC, D6 and 54. RGB value is (220,214,84). Sum of RGB (Red+Green+Blue) = 220+214+84=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 84 (33.20% from 255 or 16.22% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD654 is #2329AB. Grayscale: #C9C9C9. Windows color (decimal): -2304428 or 5560028. OLE color: 5560028.
HSL color Cylindrical-coordinate representation of color #DCD654: hue angle of 57.35º 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 #DCD654 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 84 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.14 |
| HSL | 57.35º | 0.66% | 0.6% | - |
| HSV(B) | 57.35º | 0.62% | 0.86% | - |
| XYZ | 55.16 | 63.95 | 17.82 | - |
| YUV | 200.97 | 61.99 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 84 | 0 | 0.03 | 0.62 | 0.14 | 57.35 | 0.66 | 0.6 |
| Hex | DC | D6 | 54 | 0 | 3 | 3E | E | 39 | 42 | 3C |
| Octal | 334 | 326 | 124 | 0 | 3 | 76 | 16 | 71 | 102 | 74 |
| Binary | 11011100 | 11010110 | 1010100 | 0 | 11 | 111110 | 1110 | 111001 | 1000010 | 111100 |
Color Harmonies of #DCD654
Complementary color
Monochromatic Colors of #DCD654
Black with #DCD654
Text Example
Text Example
White with #DCD654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD654; }
p { color: rgb(220,214,84); }
H1.HeaderClassName
{
color: #DCD654;
}
.AnyTagClassName
{
color: #DCD654;
}
</style>
background-color css
<style>
a { background-color: #DCD654; }
a { background-color: rgb(220,214,84); }
div.DivClassName
{
background-color: #DCD654;
}
.BgClassName
{
background-color: #DCD654;
}
</style>
border-color css
<style>
span { border-color: #DCD654; }
span { border-color: rgb(220,214,84); }
td.TdClassName
{
border-color: #DCD654;
}
.TagClassName
{
border-color: #DCD654;
}
</style>