Shades of Old Gold #D0BF48
Tints of Old Gold #D0BF48
RGB
CMYK
RGB Variations
Color information
#D0BF48 (or 0xD0BF48) is known color: Old Gold. HEX triplet: D0, BF and 48. RGB value is (208,191,72). Sum of RGB (Red+Green+Blue) = 208+191+72=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF48 is #2F40B7. Grayscale: #B7B7B7. Windows color (decimal): -3096760 or 4767696. OLE color: 4767696.
HSL color Cylindrical-coordinate representation of color #D0BF48: hue angle of 52.5º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0BF48 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 72 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.18 |
| HSL | 52.5º | 0.59% | 0.55% | - |
| HSV(B) | 52.5º | 0.65% | 0.82% | - |
| XYZ | 45.81 | 51.14 | 13.59 | - |
| YUV | 182.52 | 65.63 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 72 | 0 | 0.08 | 0.65 | 0.18 | 52.5 | 0.59 | 0.55 |
| Hex | D0 | BF | 48 | 0 | 8 | 41 | 12 | 34 | 3B | 37 |
| Octal | 320 | 277 | 110 | 0 | 10 | 101 | 22 | 64 | 73 | 67 |
| Binary | 11010000 | 10111111 | 1001000 | 0 | 1000 | 1000001 | 10010 | 110100 | 111011 | 110111 |
Color Harmonies of #D0BF48
Complementary color
Monochromatic Colors of #D0BF48
Black with #D0BF48
Text Example
Text Example
White with #D0BF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF48; }
p { color: rgb(208,191,72); }
H1.HeaderClassName
{
color: #D0BF48;
}
.AnyTagClassName
{
color: #D0BF48;
}
</style>
background-color css
<style>
a { background-color: #D0BF48; }
a { background-color: rgb(208,191,72); }
div.DivClassName
{
background-color: #D0BF48;
}
.BgClassName
{
background-color: #D0BF48;
}
</style>
border-color css
<style>
span { border-color: #D0BF48; }
span { border-color: rgb(208,191,72); }
td.TdClassName
{
border-color: #D0BF48;
}
.TagClassName
{
border-color: #D0BF48;
}
</style>