Shades of Old Gold #D4BC43
Tints of Old Gold #D4BC43
RGB
CMYK
RGB Variations
Color information
#D4BC43 (or 0xD4BC43) is known color: Old Gold. HEX triplet: D4, BC and 43. RGB value is (212,188,67). Sum of RGB (Red+Green+Blue) = 212+188+67=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 67 (26.56% from 255 or 14.35% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BC43 is #2B43BC. Grayscale: #B5B5B5. Windows color (decimal): -2835389 or 4439252. OLE color: 4439252.
HSL color Cylindrical-coordinate representation of color #D4BC43: hue angle of 50.07º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4BC43 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 67 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.17 |
| HSL | 50.07º | 0.63% | 0.55% | - |
| HSV(B) | 50.07º | 0.68% | 0.83% | - |
| XYZ | 46.15 | 50.37 | 12.6 | - |
| YUV | 181.38 | 63.45 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 67 | 0 | 0.11 | 0.68 | 0.17 | 50.07 | 0.63 | 0.55 |
| Hex | D4 | BC | 43 | 0 | B | 44 | 11 | 32 | 3F | 37 |
| Octal | 324 | 274 | 103 | 0 | 13 | 104 | 21 | 62 | 77 | 67 |
| Binary | 11010100 | 10111100 | 1000011 | 0 | 1011 | 1000100 | 10001 | 110010 | 111111 | 110111 |
Color Harmonies of #D4BC43
Complementary color
Monochromatic Colors of #D4BC43
Black with #D4BC43
Text Example
Text Example
White with #D4BC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC43; }
p { color: rgb(212,188,67); }
H1.HeaderClassName
{
color: #D4BC43;
}
.AnyTagClassName
{
color: #D4BC43;
}
</style>
background-color css
<style>
a { background-color: #D4BC43; }
a { background-color: rgb(212,188,67); }
div.DivClassName
{
background-color: #D4BC43;
}
.BgClassName
{
background-color: #D4BC43;
}
</style>
border-color css
<style>
span { border-color: #D4BC43; }
span { border-color: rgb(212,188,67); }
td.TdClassName
{
border-color: #D4BC43;
}
.TagClassName
{
border-color: #D4BC43;
}
</style>