Shades of Manz #DCD95D
Tints of Manz #DCD95D
RGB
CMYK
RGB Variations
Color information
#DCD95D (or 0xDCD95D) is known color: Manz. HEX triplet: DC, D9 and 5D. RGB value is (220,217,93). Sum of RGB (Red+Green+Blue) = 220+217+93=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD95D is #2326A2. Grayscale: #CCCCCC. Windows color (decimal): -2303651 or 6150620. OLE color: 6150620.
HSL color Cylindrical-coordinate representation of color #DCD95D: hue angle of 58.58º 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 #DCD95D is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 93 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.14 |
| HSL | 58.58º | 0.64% | 0.61% | - |
| HSV(B) | 58.58º | 0.58% | 0.86% | - |
| XYZ | 56.3 | 65.63 | 20.06 | - |
| YUV | 203.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 93 | 0 | 0.01 | 0.58 | 0.14 | 58.58 | 0.64 | 0.61 |
| Hex | DC | D9 | 5D | 0 | 1 | 3A | E | 3B | 40 | 3D |
| Octal | 334 | 331 | 135 | 0 | 1 | 72 | 16 | 73 | 100 | 75 |
| Binary | 11011100 | 11011001 | 1011101 | 0 | 1 | 111010 | 1110 | 111011 | 1000000 | 111101 |
Color Harmonies of #DCD95D
Complementary color
Monochromatic Colors of #DCD95D
Black with #DCD95D
Text Example
Text Example
White with #DCD95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD95D; }
p { color: rgb(220,217,93); }
H1.HeaderClassName
{
color: #DCD95D;
}
.AnyTagClassName
{
color: #DCD95D;
}
</style>
background-color css
<style>
a { background-color: #DCD95D; }
a { background-color: rgb(220,217,93); }
div.DivClassName
{
background-color: #DCD95D;
}
.BgClassName
{
background-color: #DCD95D;
}
</style>
border-color css
<style>
span { border-color: #DCD95D; }
span { border-color: rgb(220,217,93); }
td.TdClassName
{
border-color: #DCD95D;
}
.TagClassName
{
border-color: #DCD95D;
}
</style>