Shades of Old Gold #D0BC43
Tints of Old Gold #D0BC43
RGB
CMYK
RGB Variations
Color information
#D0BC43 (or 0xD0BC43) is known color: Old Gold. HEX triplet: D0, BC and 43. RGB value is (208,188,67). Sum of RGB (Red+Green+Blue) = 208+188+67=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 67 (26.56% from 255 or 14.47% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BC43 is #2F43BC. Grayscale: #B4B4B4. Windows color (decimal): -3097533 or 4439248. OLE color: 4439248.
HSL color Cylindrical-coordinate representation of color #D0BC43: hue angle of 51.49º degrees, saturation: 0.6, 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 #D0BC43 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 67 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.18 |
| HSL | 51.49º | 0.6% | 0.54% | - |
| HSV(B) | 51.49º | 0.68% | 0.82% | - |
| XYZ | 45.01 | 49.78 | 12.55 | - |
| YUV | 180.19 | 64.13 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 67 | 0 | 0.10 | 0.68 | 0.18 | 51.49 | 0.6 | 0.54 |
| Hex | D0 | BC | 43 | 0 | A | 44 | 12 | 33 | 3C | 36 |
| Octal | 320 | 274 | 103 | 0 | 12 | 104 | 22 | 63 | 74 | 66 |
| Binary | 11010000 | 10111100 | 1000011 | 0 | 1010 | 1000100 | 10010 | 110011 | 111100 | 110110 |
Color Harmonies of #D0BC43
Complementary color
Monochromatic Colors of #D0BC43
Black with #D0BC43
Text Example
Text Example
White with #D0BC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC43; }
p { color: rgb(208,188,67); }
H1.HeaderClassName
{
color: #D0BC43;
}
.AnyTagClassName
{
color: #D0BC43;
}
</style>
background-color css
<style>
a { background-color: #D0BC43; }
a { background-color: rgb(208,188,67); }
div.DivClassName
{
background-color: #D0BC43;
}
.BgClassName
{
background-color: #D0BC43;
}
</style>
border-color css
<style>
span { border-color: #D0BC43; }
span { border-color: rgb(208,188,67); }
td.TdClassName
{
border-color: #D0BC43;
}
.TagClassName
{
border-color: #D0BC43;
}
</style>