Shades of Old Gold #DCBB3E
Tints of Old Gold #DCBB3E
RGB
CMYK
RGB Variations
Color information
#DCBB3E (or 0xDCBB3E) is known color: Old Gold. HEX triplet: DC, BB and 3E. RGB value is (220,187,62). Sum of RGB (Red+Green+Blue) = 220+187+62=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 62 (24.61% from 255 or 13.22% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB3E is #2344C1. Grayscale: #B7B7B7. Windows color (decimal): -2311362 or 4111324. OLE color: 4111324.
HSL color Cylindrical-coordinate representation of color #DCBB3E: hue angle of 47.47º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCBB3E is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 62 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.14 |
| HSL | 47.47º | 0.69% | 0.55% | - |
| HSV(B) | 47.47º | 0.72% | 0.86% | - |
| XYZ | 48.16 | 51.1 | 11.88 | - |
| YUV | 182.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 62 | 0 | 0.15 | 0.72 | 0.14 | 47.47 | 0.69 | 0.55 |
| Hex | DC | BB | 3E | 0 | F | 48 | E | 2F | 45 | 37 |
| Octal | 334 | 273 | 76 | 0 | 17 | 110 | 16 | 57 | 105 | 67 |
| Binary | 11011100 | 10111011 | 111110 | 0 | 1111 | 1001000 | 1110 | 101111 | 1000101 | 110111 |
Color Harmonies of #DCBB3E
Complementary color
Monochromatic Colors of #DCBB3E
Black with #DCBB3E
Text Example
Text Example
White with #DCBB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB3E; }
p { color: rgb(220,187,62); }
H1.HeaderClassName
{
color: #DCBB3E;
}
.AnyTagClassName
{
color: #DCBB3E;
}
</style>
background-color css
<style>
a { background-color: #DCBB3E; }
a { background-color: rgb(220,187,62); }
div.DivClassName
{
background-color: #DCBB3E;
}
.BgClassName
{
background-color: #DCBB3E;
}
</style>
border-color css
<style>
span { border-color: #DCBB3E; }
span { border-color: rgb(220,187,62); }
td.TdClassName
{
border-color: #DCBB3E;
}
.TagClassName
{
border-color: #DCBB3E;
}
</style>