Shades of Old Gold #D0BB3E
Tints of Old Gold #D0BB3E
RGB
CMYK
RGB Variations
Color information
#D0BB3E (or 0xD0BB3E) is known color: Old Gold. HEX triplet: D0, BB and 3E. RGB value is (208,187,62). Sum of RGB (Red+Green+Blue) = 208+187+62=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BB3E is #2F44C1. Grayscale: #B3B3B3. Windows color (decimal): -3097794 or 4111312. OLE color: 4111312.
HSL color Cylindrical-coordinate representation of color #D0BB3E: hue angle of 51.37º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0BB3E is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 62 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.18 |
| HSL | 51.37º | 0.61% | 0.53% | - |
| HSV(B) | 51.37º | 0.7% | 0.82% | - |
| XYZ | 44.65 | 49.3 | 11.72 | - |
| YUV | 179.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 62 | 0 | 0.10 | 0.70 | 0.18 | 51.37 | 0.61 | 0.53 |
| Hex | D0 | BB | 3E | 0 | A | 46 | 12 | 33 | 3D | 35 |
| Octal | 320 | 273 | 76 | 0 | 12 | 106 | 22 | 63 | 75 | 65 |
| Binary | 11010000 | 10111011 | 111110 | 0 | 1010 | 1000110 | 10010 | 110011 | 111101 | 110101 |
Color Harmonies of #D0BB3E
Complementary color
Monochromatic Colors of #D0BB3E
Black with #D0BB3E
Text Example
Text Example
White with #D0BB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BB3E; }
p { color: rgb(208,187,62); }
H1.HeaderClassName
{
color: #D0BB3E;
}
.AnyTagClassName
{
color: #D0BB3E;
}
</style>
background-color css
<style>
a { background-color: #D0BB3E; }
a { background-color: rgb(208,187,62); }
div.DivClassName
{
background-color: #D0BB3E;
}
.BgClassName
{
background-color: #D0BB3E;
}
</style>
border-color css
<style>
span { border-color: #D0BB3E; }
span { border-color: rgb(208,187,62); }
td.TdClassName
{
border-color: #D0BB3E;
}
.TagClassName
{
border-color: #D0BB3E;
}
</style>