Shades of Old Gold #DCBD40
Tints of Old Gold #DCBD40
RGB
CMYK
RGB Variations
Color information
#DCBD40 (or 0xDCBD40) is known color: Old Gold. HEX triplet: DC, BD and 40. RGB value is (220,189,64). Sum of RGB (Red+Green+Blue) = 220+189+64=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD40 is #2342BF. Grayscale: #B8B8B8. Windows color (decimal): -2310848 or 4242908. OLE color: 4242908.
HSL color Cylindrical-coordinate representation of color #DCBD40: hue angle of 48.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCBD40 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 64 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.14 |
| HSL | 48.08º | 0.69% | 0.56% | - |
| HSV(B) | 48.08º | 0.71% | 0.86% | - |
| XYZ | 48.64 | 51.98 | 12.32 | - |
| YUV | 184.02 | 60.27 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 64 | 0 | 0.14 | 0.71 | 0.14 | 48.08 | 0.69 | 0.56 |
| Hex | DC | BD | 40 | 0 | E | 47 | E | 30 | 45 | 38 |
| Octal | 334 | 275 | 100 | 0 | 16 | 107 | 16 | 60 | 105 | 70 |
| Binary | 11011100 | 10111101 | 1000000 | 0 | 1110 | 1000111 | 1110 | 110000 | 1000101 | 111000 |
Color Harmonies of #DCBD40
Complementary color
Monochromatic Colors of #DCBD40
Black with #DCBD40
Text Example
Text Example
White with #DCBD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD40; }
p { color: rgb(220,189,64); }
H1.HeaderClassName
{
color: #DCBD40;
}
.AnyTagClassName
{
color: #DCBD40;
}
</style>
background-color css
<style>
a { background-color: #DCBD40; }
a { background-color: rgb(220,189,64); }
div.DivClassName
{
background-color: #DCBD40;
}
.BgClassName
{
background-color: #DCBD40;
}
</style>
border-color css
<style>
span { border-color: #DCBD40; }
span { border-color: rgb(220,189,64); }
td.TdClassName
{
border-color: #DCBD40;
}
.TagClassName
{
border-color: #DCBD40;
}
</style>