Shades of Manz #DCCC5E
Tints of Manz #DCCC5E
RGB
CMYK
RGB Variations
Color information
#DCCC5E (or 0xDCCC5E) is known color: Manz. HEX triplet: DC, CC and 5E. RGB value is (220,204,94). Sum of RGB (Red+Green+Blue) = 220+204+94=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC5E is #2333A1. Grayscale: #C4C4C4. Windows color (decimal): -2306978 or 6212828. OLE color: 6212828.
HSL color Cylindrical-coordinate representation of color #DCCC5E: hue angle of 52.38º 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 #DCCC5E is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 94 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.14 |
| HSL | 52.38º | 0.64% | 0.62% | - |
| HSV(B) | 52.38º | 0.57% | 0.86% | - |
| XYZ | 53.13 | 59.21 | 19.22 | - |
| YUV | 196.24 | 70.3 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 94 | 0 | 0.07 | 0.57 | 0.14 | 52.38 | 0.64 | 0.62 |
| Hex | DC | CC | 5E | 0 | 7 | 39 | E | 34 | 40 | 3E |
| Octal | 334 | 314 | 136 | 0 | 7 | 71 | 16 | 64 | 100 | 76 |
| Binary | 11011100 | 11001100 | 1011110 | 0 | 111 | 111001 | 1110 | 110100 | 1000000 | 111110 |
Color Harmonies of #DCCC5E
Complementary color
Monochromatic Colors of #DCCC5E
Black with #DCCC5E
Text Example
Text Example
White with #DCCC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC5E; }
p { color: rgb(220,204,94); }
H1.HeaderClassName
{
color: #DCCC5E;
}
.AnyTagClassName
{
color: #DCCC5E;
}
</style>
background-color css
<style>
a { background-color: #DCCC5E; }
a { background-color: rgb(220,204,94); }
div.DivClassName
{
background-color: #DCCC5E;
}
.BgClassName
{
background-color: #DCCC5E;
}
</style>
border-color css
<style>
span { border-color: #DCCC5E; }
span { border-color: rgb(220,204,94); }
td.TdClassName
{
border-color: #DCCC5E;
}
.TagClassName
{
border-color: #DCCC5E;
}
</style>