Shades of Manz #DCCC5C
Tints of Manz #DCCC5C
RGB
CMYK
RGB Variations
Color information
#DCCC5C (or 0xDCCC5C) is known color: Manz. HEX triplet: DC, CC and 5C. RGB value is (220,204,92). Sum of RGB (Red+Green+Blue) = 220+204+92=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC5C is #2333A3. Grayscale: #C4C4C4. Windows color (decimal): -2306980 or 6081756. OLE color: 6081756.
HSL color Cylindrical-coordinate representation of color #DCCC5C: hue angle of 52.5º degrees, saturation: 0.65, 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 #DCCC5C is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 92 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.14 |
| HSL | 52.5º | 0.65% | 0.61% | - |
| HSV(B) | 52.5º | 0.58% | 0.86% | - |
| XYZ | 53.04 | 59.17 | 18.75 | - |
| YUV | 196.02 | 69.3 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 92 | 0 | 0.07 | 0.58 | 0.14 | 52.5 | 0.65 | 0.61 |
| Hex | DC | CC | 5C | 0 | 7 | 3A | E | 34 | 41 | 3D |
| Octal | 334 | 314 | 134 | 0 | 7 | 72 | 16 | 64 | 101 | 75 |
| Binary | 11011100 | 11001100 | 1011100 | 0 | 111 | 111010 | 1110 | 110100 | 1000001 | 111101 |
Color Harmonies of #DCCC5C
Complementary color
Monochromatic Colors of #DCCC5C
Black with #DCCC5C
Text Example
Text Example
White with #DCCC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC5C; }
p { color: rgb(220,204,92); }
H1.HeaderClassName
{
color: #DCCC5C;
}
.AnyTagClassName
{
color: #DCCC5C;
}
</style>
background-color css
<style>
a { background-color: #DCCC5C; }
a { background-color: rgb(220,204,92); }
div.DivClassName
{
background-color: #DCCC5C;
}
.BgClassName
{
background-color: #DCCC5C;
}
</style>
border-color css
<style>
span { border-color: #DCCC5C; }
span { border-color: rgb(220,204,92); }
td.TdClassName
{
border-color: #DCCC5C;
}
.TagClassName
{
border-color: #DCCC5C;
}
</style>