Shades of Manz #DCCC5D
Tints of Manz #DCCC5D
RGB
CMYK
RGB Variations
Color information
#DCCC5D (or 0xDCCC5D) is known color: Manz. HEX triplet: DC, CC and 5D. RGB value is (220,204,93). Sum of RGB (Red+Green+Blue) = 220+204+93=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC5D is #2333A2. Grayscale: #C4C4C4. Windows color (decimal): -2306979 or 6147292. OLE color: 6147292.
HSL color Cylindrical-coordinate representation of color #DCCC5D: hue angle of 52.44º 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 #DCCC5D is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 93 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.14 |
| HSL | 52.44º | 0.64% | 0.61% | - |
| HSV(B) | 52.44º | 0.58% | 0.86% | - |
| XYZ | 53.08 | 59.19 | 18.98 | - |
| YUV | 196.13 | 69.8 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 93 | 0 | 0.07 | 0.58 | 0.14 | 52.44 | 0.64 | 0.61 |
| Hex | DC | CC | 5D | 0 | 7 | 3A | E | 34 | 40 | 3D |
| Octal | 334 | 314 | 135 | 0 | 7 | 72 | 16 | 64 | 100 | 75 |
| Binary | 11011100 | 11001100 | 1011101 | 0 | 111 | 111010 | 1110 | 110100 | 1000000 | 111101 |
Color Harmonies of #DCCC5D
Complementary color
Monochromatic Colors of #DCCC5D
Black with #DCCC5D
Text Example
Text Example
White with #DCCC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC5D; }
p { color: rgb(220,204,93); }
H1.HeaderClassName
{
color: #DCCC5D;
}
.AnyTagClassName
{
color: #DCCC5D;
}
</style>
background-color css
<style>
a { background-color: #DCCC5D; }
a { background-color: rgb(220,204,93); }
div.DivClassName
{
background-color: #DCCC5D;
}
.BgClassName
{
background-color: #DCCC5D;
}
</style>
border-color css
<style>
span { border-color: #DCCC5D; }
span { border-color: rgb(220,204,93); }
td.TdClassName
{
border-color: #DCCC5D;
}
.TagClassName
{
border-color: #DCCC5D;
}
</style>