Shades of Old Gold #D0B343
Tints of Old Gold #D0B343
RGB
CMYK
RGB Variations
Color information
#D0B343 (or 0xD0B343) is known color: Old Gold. HEX triplet: D0, B3 and 43. RGB value is (208,179,67). Sum of RGB (Red+Green+Blue) = 208+179+67=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 67 (26.56% from 255 or 14.76% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B343 is #2F4CBC. Grayscale: #AFAFAF. Windows color (decimal): -3099837 or 4436944. OLE color: 4436944.
HSL color Cylindrical-coordinate representation of color #D0B343: hue angle of 47.66º 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 #D0B343 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 67 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.18 |
| HSL | 47.66º | 0.6% | 0.54% | - |
| HSV(B) | 47.66º | 0.68% | 0.82% | - |
| XYZ | 43.15 | 46.06 | 11.93 | - |
| YUV | 174.9 | 67.11 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 67 | 0 | 0.14 | 0.68 | 0.18 | 47.66 | 0.6 | 0.54 |
| Hex | D0 | B3 | 43 | 0 | E | 44 | 12 | 30 | 3C | 36 |
| Octal | 320 | 263 | 103 | 0 | 16 | 104 | 22 | 60 | 74 | 66 |
| Binary | 11010000 | 10110011 | 1000011 | 0 | 1110 | 1000100 | 10010 | 110000 | 111100 | 110110 |
Color Harmonies of #D0B343
Complementary color
Monochromatic Colors of #D0B343
Black with #D0B343
Text Example
Text Example
White with #D0B343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B343; }
p { color: rgb(208,179,67); }
H1.HeaderClassName
{
color: #D0B343;
}
.AnyTagClassName
{
color: #D0B343;
}
</style>
background-color css
<style>
a { background-color: #D0B343; }
a { background-color: rgb(208,179,67); }
div.DivClassName
{
background-color: #D0B343;
}
.BgClassName
{
background-color: #D0B343;
}
</style>
border-color css
<style>
span { border-color: #D0B343; }
span { border-color: rgb(208,179,67); }
td.TdClassName
{
border-color: #D0B343;
}
.TagClassName
{
border-color: #D0B343;
}
</style>