Shades of Manz #DCCB5C
Tints of Manz #DCCB5C
RGB
CMYK
RGB Variations
Color information
#DCCB5C (or 0xDCCB5C) is known color: Manz. HEX triplet: DC, CB and 5C. RGB value is (220,203,92). Sum of RGB (Red+Green+Blue) = 220+203+92=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB5C is #2334A3. Grayscale: #C3C3C3. Windows color (decimal): -2307236 or 6081500. OLE color: 6081500.
HSL color Cylindrical-coordinate representation of color #DCCB5C: hue angle of 52.03º 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 #DCCB5C is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 92 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.14 |
| HSL | 52.03º | 0.65% | 0.61% | - |
| HSV(B) | 52.03º | 0.58% | 0.86% | - |
| XYZ | 52.8 | 58.7 | 18.67 | - |
| YUV | 195.43 | 69.63 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 92 | 0 | 0.08 | 0.58 | 0.14 | 52.03 | 0.65 | 0.61 |
| Hex | DC | CB | 5C | 0 | 8 | 3A | E | 34 | 41 | 3D |
| Octal | 334 | 313 | 134 | 0 | 10 | 72 | 16 | 64 | 101 | 75 |
| Binary | 11011100 | 11001011 | 1011100 | 0 | 1000 | 111010 | 1110 | 110100 | 1000001 | 111101 |
Color Harmonies of #DCCB5C
Complementary color
Monochromatic Colors of #DCCB5C
Black with #DCCB5C
Text Example
Text Example
White with #DCCB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB5C; }
p { color: rgb(220,203,92); }
H1.HeaderClassName
{
color: #DCCB5C;
}
.AnyTagClassName
{
color: #DCCB5C;
}
</style>
background-color css
<style>
a { background-color: #DCCB5C; }
a { background-color: rgb(220,203,92); }
div.DivClassName
{
background-color: #DCCB5C;
}
.BgClassName
{
background-color: #DCCB5C;
}
</style>
border-color css
<style>
span { border-color: #DCCB5C; }
span { border-color: rgb(220,203,92); }
td.TdClassName
{
border-color: #DCCB5C;
}
.TagClassName
{
border-color: #DCCB5C;
}
</style>