Shades of Old Gold #DCBD3F
Tints of Old Gold #DCBD3F
RGB
CMYK
RGB Variations
Color information
#DCBD3F (or 0xDCBD3F) is known color: Old Gold. HEX triplet: DC, BD and 3F. RGB value is (220,189,63). Sum of RGB (Red+Green+Blue) = 220+189+63=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD3F is #2342C0. Grayscale: #B8B8B8. Windows color (decimal): -2310849 or 4177372. OLE color: 4177372.
HSL color Cylindrical-coordinate representation of color #DCBD3F: hue angle of 48.15º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCBD3F is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 63 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.14 |
| HSL | 48.15º | 0.69% | 0.55% | - |
| HSV(B) | 48.15º | 0.71% | 0.86% | - |
| XYZ | 48.61 | 51.97 | 12.17 | - |
| YUV | 183.91 | 59.77 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 63 | 0 | 0.14 | 0.71 | 0.14 | 48.15 | 0.69 | 0.55 |
| Hex | DC | BD | 3F | 0 | E | 47 | E | 30 | 45 | 37 |
| Octal | 334 | 275 | 77 | 0 | 16 | 107 | 16 | 60 | 105 | 67 |
| Binary | 11011100 | 10111101 | 111111 | 0 | 1110 | 1000111 | 1110 | 110000 | 1000101 | 110111 |
Color Harmonies of #DCBD3F
Complementary color
Monochromatic Colors of #DCBD3F
Black with #DCBD3F
Text Example
Text Example
White with #DCBD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD3F; }
p { color: rgb(220,189,63); }
H1.HeaderClassName
{
color: #DCBD3F;
}
.AnyTagClassName
{
color: #DCBD3F;
}
</style>
background-color css
<style>
a { background-color: #DCBD3F; }
a { background-color: rgb(220,189,63); }
div.DivClassName
{
background-color: #DCBD3F;
}
.BgClassName
{
background-color: #DCBD3F;
}
</style>
border-color css
<style>
span { border-color: #DCBD3F; }
span { border-color: rgb(220,189,63); }
td.TdClassName
{
border-color: #DCBD3F;
}
.TagClassName
{
border-color: #DCBD3F;
}
</style>