Shades of Manz #DCCB5B
Tints of Manz #DCCB5B
RGB
CMYK
RGB Variations
Color information
#DCCB5B (or 0xDCCB5B) is known color: Manz. HEX triplet: DC, CB and 5B. RGB value is (220,203,91). Sum of RGB (Red+Green+Blue) = 220+203+91=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB5B is #2334A4. Grayscale: #C3C3C3. Windows color (decimal): -2307237 or 6015964. OLE color: 6015964.
HSL color Cylindrical-coordinate representation of color #DCCB5B: hue angle of 52.09º 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 #DCCB5B is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 91 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.14 |
| HSL | 52.09º | 0.65% | 0.61% | - |
| HSV(B) | 52.09º | 0.59% | 0.86% | - |
| XYZ | 52.76 | 58.68 | 18.44 | - |
| YUV | 195.32 | 69.13 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 91 | 0 | 0.08 | 0.59 | 0.14 | 52.09 | 0.65 | 0.61 |
| Hex | DC | CB | 5B | 0 | 8 | 3B | E | 34 | 41 | 3D |
| Octal | 334 | 313 | 133 | 0 | 10 | 73 | 16 | 64 | 101 | 75 |
| Binary | 11011100 | 11001011 | 1011011 | 0 | 1000 | 111011 | 1110 | 110100 | 1000001 | 111101 |
Color Harmonies of #DCCB5B
Complementary color
Monochromatic Colors of #DCCB5B
Black with #DCCB5B
Text Example
Text Example
White with #DCCB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB5B; }
p { color: rgb(220,203,91); }
H1.HeaderClassName
{
color: #DCCB5B;
}
.AnyTagClassName
{
color: #DCCB5B;
}
</style>
background-color css
<style>
a { background-color: #DCCB5B; }
a { background-color: rgb(220,203,91); }
div.DivClassName
{
background-color: #DCCB5B;
}
.BgClassName
{
background-color: #DCCB5B;
}
</style>
border-color css
<style>
span { border-color: #DCCB5B; }
span { border-color: rgb(220,203,91); }
td.TdClassName
{
border-color: #DCCB5B;
}
.TagClassName
{
border-color: #DCCB5B;
}
</style>