Shades of Old Gold #DCBE34
Tints of Old Gold #DCBE34
RGB
CMYK
RGB Variations
Color information
#DCBE34 (or 0xDCBE34) is known color: Old Gold. HEX triplet: DC, BE and 34. RGB value is (220,190,52). Sum of RGB (Red+Green+Blue) = 220+190+52=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 52 (20.70% from 255 or 11.26% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE34 is #2341CB. Grayscale: #B7B7B7. Windows color (decimal): -2310604 or 3456732. OLE color: 3456732.
HSL color Cylindrical-coordinate representation of color #DCBE34: hue angle of 49.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCBE34 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 52 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.14 |
| HSL | 49.29º | 0.71% | 0.53% | - |
| HSV(B) | 49.29º | 0.76% | 0.86% | - |
| XYZ | 48.55 | 52.29 | 10.78 | - |
| YUV | 183.24 | 53.94 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 52 | 0 | 0.14 | 0.76 | 0.14 | 49.29 | 0.71 | 0.53 |
| Hex | DC | BE | 34 | 0 | E | 4C | E | 31 | 47 | 35 |
| Octal | 334 | 276 | 64 | 0 | 16 | 114 | 16 | 61 | 107 | 65 |
| Binary | 11011100 | 10111110 | 110100 | 0 | 1110 | 1001100 | 1110 | 110001 | 1000111 | 110101 |
Color Harmonies of #DCBE34
Complementary color
Monochromatic Colors of #DCBE34
Black with #DCBE34
Text Example
Text Example
White with #DCBE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE34; }
p { color: rgb(220,190,52); }
H1.HeaderClassName
{
color: #DCBE34;
}
.AnyTagClassName
{
color: #DCBE34;
}
</style>
background-color css
<style>
a { background-color: #DCBE34; }
a { background-color: rgb(220,190,52); }
div.DivClassName
{
background-color: #DCBE34;
}
.BgClassName
{
background-color: #DCBE34;
}
</style>
border-color css
<style>
span { border-color: #DCBE34; }
span { border-color: rgb(220,190,52); }
td.TdClassName
{
border-color: #DCBE34;
}
.TagClassName
{
border-color: #DCBE34;
}
</style>