Shades of Old Gold #DCBE3E
Tints of Old Gold #DCBE3E
RGB
CMYK
RGB Variations
Color information
#DCBE3E (or 0xDCBE3E) is known color: Old Gold. HEX triplet: DC, BE and 3E. RGB value is (220,190,62). Sum of RGB (Red+Green+Blue) = 220+190+62=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 62 (24.61% from 255 or 13.14% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE3E is #2341C1. Grayscale: #B8B8B8. Windows color (decimal): -2310594 or 4112092. OLE color: 4112092.
HSL color Cylindrical-coordinate representation of color #DCBE3E: hue angle of 48.61º 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 #DCBE3E is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 62 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.14 |
| HSL | 48.61º | 0.69% | 0.55% | - |
| HSV(B) | 48.61º | 0.72% | 0.86% | - |
| XYZ | 48.8 | 52.39 | 12.1 | - |
| YUV | 184.38 | 58.94 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 62 | 0 | 0.14 | 0.72 | 0.14 | 48.61 | 0.69 | 0.55 |
| Hex | DC | BE | 3E | 0 | E | 48 | E | 31 | 45 | 37 |
| Octal | 334 | 276 | 76 | 0 | 16 | 110 | 16 | 61 | 105 | 67 |
| Binary | 11011100 | 10111110 | 111110 | 0 | 1110 | 1001000 | 1110 | 110001 | 1000101 | 110111 |
Color Harmonies of #DCBE3E
Complementary color
Monochromatic Colors of #DCBE3E
Black with #DCBE3E
Text Example
Text Example
White with #DCBE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE3E; }
p { color: rgb(220,190,62); }
H1.HeaderClassName
{
color: #DCBE3E;
}
.AnyTagClassName
{
color: #DCBE3E;
}
</style>
background-color css
<style>
a { background-color: #DCBE3E; }
a { background-color: rgb(220,190,62); }
div.DivClassName
{
background-color: #DCBE3E;
}
.BgClassName
{
background-color: #DCBE3E;
}
</style>
border-color css
<style>
span { border-color: #DCBE3E; }
span { border-color: rgb(220,190,62); }
td.TdClassName
{
border-color: #DCBE3E;
}
.TagClassName
{
border-color: #DCBE3E;
}
</style>