Shades of Old Gold #D0BD3C
Tints of Old Gold #D0BD3C
RGB
CMYK
RGB Variations
Color information
#D0BD3C (or 0xD0BD3C) is known color: Old Gold. HEX triplet: D0, BD and 3C. RGB value is (208,189,60). Sum of RGB (Red+Green+Blue) = 208+189+60=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BD3C is #2F42C3. Grayscale: #B4B4B4. Windows color (decimal): -3097284 or 3980752. OLE color: 3980752.
HSL color Cylindrical-coordinate representation of color #D0BD3C: hue angle of 52.3º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0BD3C is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 60 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.18 |
| HSL | 52.3º | 0.61% | 0.53% | - |
| HSV(B) | 52.3º | 0.71% | 0.82% | - |
| XYZ | 45.03 | 50.13 | 11.58 | - |
| YUV | 179.98 | 60.29 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 60 | 0 | 0.09 | 0.71 | 0.18 | 52.3 | 0.61 | 0.53 |
| Hex | D0 | BD | 3C | 0 | 9 | 47 | 12 | 34 | 3D | 35 |
| Octal | 320 | 275 | 74 | 0 | 11 | 107 | 22 | 64 | 75 | 65 |
| Binary | 11010000 | 10111101 | 111100 | 0 | 1001 | 1000111 | 10010 | 110100 | 111101 | 110101 |
Color Harmonies of #D0BD3C
Complementary color
Monochromatic Colors of #D0BD3C
Black with #D0BD3C
Text Example
Text Example
White with #D0BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BD3C; }
p { color: rgb(208,189,60); }
H1.HeaderClassName
{
color: #D0BD3C;
}
.AnyTagClassName
{
color: #D0BD3C;
}
</style>
background-color css
<style>
a { background-color: #D0BD3C; }
a { background-color: rgb(208,189,60); }
div.DivClassName
{
background-color: #D0BD3C;
}
.BgClassName
{
background-color: #D0BD3C;
}
</style>
border-color css
<style>
span { border-color: #D0BD3C; }
span { border-color: rgb(208,189,60); }
td.TdClassName
{
border-color: #D0BD3C;
}
.TagClassName
{
border-color: #D0BD3C;
}
</style>