Shades of Manz #DCD65D
Tints of Manz #DCD65D
RGB
CMYK
RGB Variations
Color information
#DCD65D (or 0xDCD65D) is known color: Manz. HEX triplet: DC, D6 and 5D. RGB value is (220,214,93). Sum of RGB (Red+Green+Blue) = 220+214+93=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD65D is #2329A2. Grayscale: #CACACA. Windows color (decimal): -2304419 or 6149852. OLE color: 6149852.
HSL color Cylindrical-coordinate representation of color #DCD65D: hue angle of 57.17º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCD65D is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 93 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.14 |
| HSL | 57.17º | 0.64% | 0.61% | - |
| HSV(B) | 57.17º | 0.58% | 0.86% | - |
| XYZ | 55.54 | 64.1 | 19.8 | - |
| YUV | 202 | 66.49 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 93 | 0 | 0.03 | 0.58 | 0.14 | 57.17 | 0.64 | 0.61 |
| Hex | DC | D6 | 5D | 0 | 3 | 3A | E | 39 | 40 | 3D |
| Octal | 334 | 326 | 135 | 0 | 3 | 72 | 16 | 71 | 100 | 75 |
| Binary | 11011100 | 11010110 | 1011101 | 0 | 11 | 111010 | 1110 | 111001 | 1000000 | 111101 |
Color Harmonies of #DCD65D
Complementary color
Monochromatic Colors of #DCD65D
Black with #DCD65D
Text Example
Text Example
White with #DCD65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD65D; }
p { color: rgb(220,214,93); }
H1.HeaderClassName
{
color: #DCD65D;
}
.AnyTagClassName
{
color: #DCD65D;
}
</style>
background-color css
<style>
a { background-color: #DCD65D; }
a { background-color: rgb(220,214,93); }
div.DivClassName
{
background-color: #DCD65D;
}
.BgClassName
{
background-color: #DCD65D;
}
</style>
border-color css
<style>
span { border-color: #DCD65D; }
span { border-color: rgb(220,214,93); }
td.TdClassName
{
border-color: #DCD65D;
}
.TagClassName
{
border-color: #DCD65D;
}
</style>