Shades of Manz #DCD65E
Tints of Manz #DCD65E
RGB
CMYK
RGB Variations
Color information
#DCD65E (or 0xDCD65E) is known color: Manz. HEX triplet: DC, D6 and 5E. RGB value is (220,214,94). Sum of RGB (Red+Green+Blue) = 220+214+94=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD65E is #2329A1. Grayscale: #CACACA. Windows color (decimal): -2304418 or 6215388. OLE color: 6215388.
HSL color Cylindrical-coordinate representation of color #DCD65E: hue angle of 57.14º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCD65E is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 94 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.14 |
| HSL | 57.14º | 0.64% | 0.62% | - |
| HSV(B) | 57.14º | 0.57% | 0.86% | - |
| XYZ | 55.58 | 64.12 | 20.04 | - |
| YUV | 202.11 | 66.99 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 94 | 0 | 0.03 | 0.57 | 0.14 | 57.14 | 0.64 | 0.62 |
| Hex | DC | D6 | 5E | 0 | 3 | 39 | E | 39 | 40 | 3E |
| Octal | 334 | 326 | 136 | 0 | 3 | 71 | 16 | 71 | 100 | 76 |
| Binary | 11011100 | 11010110 | 1011110 | 0 | 11 | 111001 | 1110 | 111001 | 1000000 | 111110 |
Color Harmonies of #DCD65E
Complementary color
Monochromatic Colors of #DCD65E
Black with #DCD65E
Text Example
Text Example
White with #DCD65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD65E; }
p { color: rgb(220,214,94); }
H1.HeaderClassName
{
color: #DCD65E;
}
.AnyTagClassName
{
color: #DCD65E;
}
</style>
background-color css
<style>
a { background-color: #DCD65E; }
a { background-color: rgb(220,214,94); }
div.DivClassName
{
background-color: #DCD65E;
}
.BgClassName
{
background-color: #DCD65E;
}
</style>
border-color css
<style>
span { border-color: #DCD65E; }
span { border-color: rgb(220,214,94); }
td.TdClassName
{
border-color: #DCD65E;
}
.TagClassName
{
border-color: #DCD65E;
}
</style>