Shades of Manz #DCCB5A
Tints of Manz #DCCB5A
RGB
CMYK
RGB Variations
Color information
#DCCB5A (or 0xDCCB5A) is known color: Manz. HEX triplet: DC, CB and 5A. RGB value is (220,203,90). Sum of RGB (Red+Green+Blue) = 220+203+90=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB5A is #2334A5. Grayscale: #C3C3C3. Windows color (decimal): -2307238 or 5950428. OLE color: 5950428.
HSL color Cylindrical-coordinate representation of color #DCCB5A: hue angle of 52.15º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCCB5A is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 90 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.14 |
| HSL | 52.15º | 0.65% | 0.61% | - |
| HSV(B) | 52.15º | 0.59% | 0.86% | - |
| XYZ | 52.72 | 58.67 | 18.22 | - |
| YUV | 195.2 | 68.63 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 90 | 0 | 0.08 | 0.59 | 0.14 | 52.15 | 0.65 | 0.61 |
| Hex | DC | CB | 5A | 0 | 8 | 3B | E | 34 | 41 | 3D |
| Octal | 334 | 313 | 132 | 0 | 10 | 73 | 16 | 64 | 101 | 75 |
| Binary | 11011100 | 11001011 | 1011010 | 0 | 1000 | 111011 | 1110 | 110100 | 1000001 | 111101 |
Color Harmonies of #DCCB5A
Complementary color
Monochromatic Colors of #DCCB5A
Black with #DCCB5A
Text Example
Text Example
White with #DCCB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB5A; }
p { color: rgb(220,203,90); }
H1.HeaderClassName
{
color: #DCCB5A;
}
.AnyTagClassName
{
color: #DCCB5A;
}
</style>
background-color css
<style>
a { background-color: #DCCB5A; }
a { background-color: rgb(220,203,90); }
div.DivClassName
{
background-color: #DCCB5A;
}
.BgClassName
{
background-color: #DCCB5A;
}
</style>
border-color css
<style>
span { border-color: #DCCB5A; }
span { border-color: rgb(220,203,90); }
td.TdClassName
{
border-color: #DCCB5A;
}
.TagClassName
{
border-color: #DCCB5A;
}
</style>