Shades of Old Gold #DCBE3C
Tints of Old Gold #DCBE3C
RGB
CMYK
RGB Variations
Color information
#DCBE3C (or 0xDCBE3C) is known color: Old Gold. HEX triplet: DC, BE and 3C. RGB value is (220,190,60). Sum of RGB (Red+Green+Blue) = 220+190+60=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE3C is #2341C3. Grayscale: #B8B8B8. Windows color (decimal): -2310596 or 3981020. OLE color: 3981020.
HSL color Cylindrical-coordinate representation of color #DCBE3C: hue angle of 48.75º 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 #DCBE3C is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 60 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.14 |
| HSL | 48.75º | 0.7% | 0.55% | - |
| HSV(B) | 48.75º | 0.73% | 0.86% | - |
| XYZ | 48.74 | 52.37 | 11.81 | - |
| YUV | 184.15 | 57.94 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 60 | 0 | 0.14 | 0.73 | 0.14 | 48.75 | 0.7 | 0.55 |
| Hex | DC | BE | 3C | 0 | E | 49 | E | 31 | 46 | 37 |
| Octal | 334 | 276 | 74 | 0 | 16 | 111 | 16 | 61 | 106 | 67 |
| Binary | 11011100 | 10111110 | 111100 | 0 | 1110 | 1001001 | 1110 | 110001 | 1000110 | 110111 |
Color Harmonies of #DCBE3C
Complementary color
Monochromatic Colors of #DCBE3C
Black with #DCBE3C
Text Example
Text Example
White with #DCBE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE3C; }
p { color: rgb(220,190,60); }
H1.HeaderClassName
{
color: #DCBE3C;
}
.AnyTagClassName
{
color: #DCBE3C;
}
</style>
background-color css
<style>
a { background-color: #DCBE3C; }
a { background-color: rgb(220,190,60); }
div.DivClassName
{
background-color: #DCBE3C;
}
.BgClassName
{
background-color: #DCBE3C;
}
</style>
border-color css
<style>
span { border-color: #DCBE3C; }
span { border-color: rgb(220,190,60); }
td.TdClassName
{
border-color: #DCBE3C;
}
.TagClassName
{
border-color: #DCBE3C;
}
</style>