Shades of Old Gold #D2BC43
Tints of Old Gold #D2BC43
RGB
CMYK
RGB Variations
Color information
#D2BC43 (or 0xD2BC43) is known color: Old Gold. HEX triplet: D2, BC and 43. RGB value is (210,188,67). Sum of RGB (Red+Green+Blue) = 210+188+67=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BC43 is #2D43BC. Grayscale: #B5B5B5. Windows color (decimal): -2966461 or 4439250. OLE color: 4439250.
HSL color Cylindrical-coordinate representation of color #D2BC43: hue angle of 50.77º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2BC43 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 67 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.18 |
| HSL | 50.77º | 0.61% | 0.54% | - |
| HSV(B) | 50.77º | 0.68% | 0.82% | - |
| XYZ | 45.57 | 50.07 | 12.57 | - |
| YUV | 180.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 67 | 0 | 0.10 | 0.68 | 0.18 | 50.77 | 0.61 | 0.54 |
| Hex | D2 | BC | 43 | 0 | A | 44 | 12 | 33 | 3D | 36 |
| Octal | 322 | 274 | 103 | 0 | 12 | 104 | 22 | 63 | 75 | 66 |
| Binary | 11010010 | 10111100 | 1000011 | 0 | 1010 | 1000100 | 10010 | 110011 | 111101 | 110110 |
Color Harmonies of #D2BC43
Complementary color
Monochromatic Colors of #D2BC43
Black with #D2BC43
Text Example
Text Example
White with #D2BC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BC43; }
p { color: rgb(210,188,67); }
H1.HeaderClassName
{
color: #D2BC43;
}
.AnyTagClassName
{
color: #D2BC43;
}
</style>
background-color css
<style>
a { background-color: #D2BC43; }
a { background-color: rgb(210,188,67); }
div.DivClassName
{
background-color: #D2BC43;
}
.BgClassName
{
background-color: #D2BC43;
}
</style>
border-color css
<style>
span { border-color: #D2BC43; }
span { border-color: rgb(210,188,67); }
td.TdClassName
{
border-color: #D2BC43;
}
.TagClassName
{
border-color: #D2BC43;
}
</style>