Shades of Old Gold #DCBE33
Tints of Old Gold #DCBE33
RGB
CMYK
RGB Variations
Color information
#DCBE33 (or 0xDCBE33) is known color: Old Gold. HEX triplet: DC, BE and 33. RGB value is (220,190,51). Sum of RGB (Red+Green+Blue) = 220+190+51=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 51 (20.31% from 255 or 11.06% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE33 is #2341CC. Grayscale: #B7B7B7. Windows color (decimal): -2310605 or 3391196. OLE color: 3391196.
HSL color Cylindrical-coordinate representation of color #DCBE33: hue angle of 49.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCBE33 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 51 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.14 |
| HSL | 49.35º | 0.71% | 0.53% | - |
| HSV(B) | 49.35º | 0.77% | 0.86% | - |
| XYZ | 48.53 | 52.28 | 10.67 | - |
| YUV | 183.12 | 53.44 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 51 | 0 | 0.14 | 0.77 | 0.14 | 49.35 | 0.71 | 0.53 |
| Hex | DC | BE | 33 | 0 | E | 4D | E | 31 | 47 | 35 |
| Octal | 334 | 276 | 63 | 0 | 16 | 115 | 16 | 61 | 107 | 65 |
| Binary | 11011100 | 10111110 | 110011 | 0 | 1110 | 1001101 | 1110 | 110001 | 1000111 | 110101 |
Color Harmonies of #DCBE33
Complementary color
Monochromatic Colors of #DCBE33
Black with #DCBE33
Text Example
Text Example
White with #DCBE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE33; }
p { color: rgb(220,190,51); }
H1.HeaderClassName
{
color: #DCBE33;
}
.AnyTagClassName
{
color: #DCBE33;
}
</style>
background-color css
<style>
a { background-color: #DCBE33; }
a { background-color: rgb(220,190,51); }
div.DivClassName
{
background-color: #DCBE33;
}
.BgClassName
{
background-color: #DCBE33;
}
</style>
border-color css
<style>
span { border-color: #DCBE33; }
span { border-color: rgb(220,190,51); }
td.TdClassName
{
border-color: #DCBE33;
}
.TagClassName
{
border-color: #DCBE33;
}
</style>