Shades of Old Gold #D1BE43
Tints of Old Gold #D1BE43
RGB
CMYK
RGB Variations
Color information
#D1BE43 (or 0xD1BE43) is known color: Old Gold. HEX triplet: D1, BE and 43. RGB value is (209,190,67). Sum of RGB (Red+Green+Blue) = 209+190+67=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 67 (26.56% from 255 or 14.38% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BE43 is #2E41BC. Grayscale: #B6B6B6. Windows color (decimal): -3031485 or 4439761. OLE color: 4439761.
HSL color Cylindrical-coordinate representation of color #D1BE43: hue angle of 51.97º 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 #D1BE43 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 67 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.18 |
| HSL | 51.97º | 0.61% | 0.54% | - |
| HSV(B) | 51.97º | 0.68% | 0.82% | - |
| XYZ | 45.72 | 50.79 | 12.7 | - |
| YUV | 181.66 | 63.29 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 67 | 0 | 0.09 | 0.68 | 0.18 | 51.97 | 0.61 | 0.54 |
| Hex | D1 | BE | 43 | 0 | 9 | 44 | 12 | 34 | 3D | 36 |
| Octal | 321 | 276 | 103 | 0 | 11 | 104 | 22 | 64 | 75 | 66 |
| Binary | 11010001 | 10111110 | 1000011 | 0 | 1001 | 1000100 | 10010 | 110100 | 111101 | 110110 |
Color Harmonies of #D1BE43
Complementary color
Monochromatic Colors of #D1BE43
Black with #D1BE43
Text Example
Text Example
White with #D1BE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE43; }
p { color: rgb(209,190,67); }
H1.HeaderClassName
{
color: #D1BE43;
}
.AnyTagClassName
{
color: #D1BE43;
}
</style>
background-color css
<style>
a { background-color: #D1BE43; }
a { background-color: rgb(209,190,67); }
div.DivClassName
{
background-color: #D1BE43;
}
.BgClassName
{
background-color: #D1BE43;
}
</style>
border-color css
<style>
span { border-color: #D1BE43; }
span { border-color: rgb(209,190,67); }
td.TdClassName
{
border-color: #D1BE43;
}
.TagClassName
{
border-color: #D1BE43;
}
</style>