Shades of Old Gold #D0BF31
Tints of Old Gold #D0BF31
RGB
CMYK
RGB Variations
Color information
#D0BF31 (or 0xD0BF31) is known color: Old Gold. HEX triplet: D0, BF and 31. RGB value is (208,191,49). Sum of RGB (Red+Green+Blue) = 208+191+49=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF31 is #2F40CE. Grayscale: #B4B4B4. Windows color (decimal): -3096783 or 3260368. OLE color: 3260368.
HSL color Cylindrical-coordinate representation of color #D0BF31: hue angle of 53.58º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0BF31 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 49 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.18 |
| HSL | 53.58º | 0.63% | 0.5% | - |
| HSV(B) | 53.58º | 0.76% | 0.82% | - |
| XYZ | 45.2 | 50.89 | 10.35 | - |
| YUV | 179.9 | 54.13 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 49 | 0 | 0.08 | 0.76 | 0.18 | 53.58 | 0.63 | 0.5 |
| Hex | D0 | BF | 31 | 0 | 8 | 4C | 12 | 36 | 3F | 32 |
| Octal | 320 | 277 | 61 | 0 | 10 | 114 | 22 | 66 | 77 | 62 |
| Binary | 11010000 | 10111111 | 110001 | 0 | 1000 | 1001100 | 10010 | 110110 | 111111 | 110010 |
Color Harmonies of #D0BF31
Complementary color
Monochromatic Colors of #D0BF31
Black with #D0BF31
Text Example
Text Example
White with #D0BF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF31; }
p { color: rgb(208,191,49); }
H1.HeaderClassName
{
color: #D0BF31;
}
.AnyTagClassName
{
color: #D0BF31;
}
</style>
background-color css
<style>
a { background-color: #D0BF31; }
a { background-color: rgb(208,191,49); }
div.DivClassName
{
background-color: #D0BF31;
}
.BgClassName
{
background-color: #D0BF31;
}
</style>
border-color css
<style>
span { border-color: #D0BF31; }
span { border-color: rgb(208,191,49); }
td.TdClassName
{
border-color: #D0BF31;
}
.TagClassName
{
border-color: #D0BF31;
}
</style>