Shades of Old Gold #DCBB3C
Tints of Old Gold #DCBB3C
RGB
CMYK
RGB Variations
Color information
#DCBB3C (or 0xDCBB3C) is known color: Old Gold. HEX triplet: DC, BB and 3C. RGB value is (220,187,60). Sum of RGB (Red+Green+Blue) = 220+187+60=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB3C is #2344C3. Grayscale: #B6B6B6. Windows color (decimal): -2311364 or 3980252. OLE color: 3980252.
HSL color Cylindrical-coordinate representation of color #DCBB3C: hue angle of 47.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCBB3C is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 60 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.14 |
| HSL | 47.63º | 0.7% | 0.55% | - |
| HSV(B) | 47.63º | 0.73% | 0.86% | - |
| XYZ | 48.1 | 51.08 | 11.6 | - |
| YUV | 182.39 | 58.93 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 60 | 0 | 0.15 | 0.73 | 0.14 | 47.63 | 0.7 | 0.55 |
| Hex | DC | BB | 3C | 0 | F | 49 | E | 30 | 46 | 37 |
| Octal | 334 | 273 | 74 | 0 | 17 | 111 | 16 | 60 | 106 | 67 |
| Binary | 11011100 | 10111011 | 111100 | 0 | 1111 | 1001001 | 1110 | 110000 | 1000110 | 110111 |
Color Harmonies of #DCBB3C
Complementary color
Monochromatic Colors of #DCBB3C
Black with #DCBB3C
Text Example
Text Example
White with #DCBB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB3C; }
p { color: rgb(220,187,60); }
H1.HeaderClassName
{
color: #DCBB3C;
}
.AnyTagClassName
{
color: #DCBB3C;
}
</style>
background-color css
<style>
a { background-color: #DCBB3C; }
a { background-color: rgb(220,187,60); }
div.DivClassName
{
background-color: #DCBB3C;
}
.BgClassName
{
background-color: #DCBB3C;
}
</style>
border-color css
<style>
span { border-color: #DCBB3C; }
span { border-color: rgb(220,187,60); }
td.TdClassName
{
border-color: #DCBB3C;
}
.TagClassName
{
border-color: #DCBB3C;
}
</style>