Shades of Old Gold #D0BD3A
Tints of Old Gold #D0BD3A
RGB
CMYK
RGB Variations
Color information
#D0BD3A (or 0xD0BD3A) is known color: Old Gold. HEX triplet: D0, BD and 3A. RGB value is (208,189,58). Sum of RGB (Red+Green+Blue) = 208+189+58=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BD3A is #2F42C5. Grayscale: #B4B4B4. Windows color (decimal): -3097286 or 3849680. OLE color: 3849680.
HSL color Cylindrical-coordinate representation of color #D0BD3A: hue angle of 52.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0BD3A is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 58 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.18 |
| HSL | 52.4º | 0.61% | 0.52% | - |
| HSV(B) | 52.4º | 0.72% | 0.82% | - |
| XYZ | 44.97 | 50.11 | 11.3 | - |
| YUV | 179.75 | 59.29 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 58 | 0 | 0.09 | 0.72 | 0.18 | 52.4 | 0.61 | 0.52 |
| Hex | D0 | BD | 3A | 0 | 9 | 48 | 12 | 34 | 3D | 34 |
| Octal | 320 | 275 | 72 | 0 | 11 | 110 | 22 | 64 | 75 | 64 |
| Binary | 11010000 | 10111101 | 111010 | 0 | 1001 | 1001000 | 10010 | 110100 | 111101 | 110100 |
Color Harmonies of #D0BD3A
Complementary color
Monochromatic Colors of #D0BD3A
Black with #D0BD3A
Text Example
Text Example
White with #D0BD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BD3A; }
p { color: rgb(208,189,58); }
H1.HeaderClassName
{
color: #D0BD3A;
}
.AnyTagClassName
{
color: #D0BD3A;
}
</style>
background-color css
<style>
a { background-color: #D0BD3A; }
a { background-color: rgb(208,189,58); }
div.DivClassName
{
background-color: #D0BD3A;
}
.BgClassName
{
background-color: #D0BD3A;
}
</style>
border-color css
<style>
span { border-color: #D0BD3A; }
span { border-color: rgb(208,189,58); }
td.TdClassName
{
border-color: #D0BD3A;
}
.TagClassName
{
border-color: #D0BD3A;
}
</style>