Shades of Old Gold #D0B53B
Tints of Old Gold #D0B53B
RGB
CMYK
RGB Variations
Color information
#D0B53B (or 0xD0B53B) is known color: Old Gold. HEX triplet: D0, B5 and 3B. RGB value is (208,181,59). Sum of RGB (Red+Green+Blue) = 208+181+59=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 59 (23.44% from 255 or 13.17% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B53B is #2F4AC4. Grayscale: #AFAFAF. Windows color (decimal): -3099333 or 3913168. OLE color: 3913168.
HSL color Cylindrical-coordinate representation of color #D0B53B: hue angle of 49.13º 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 #D0B53B is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 59 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.18 |
| HSL | 49.13º | 0.61% | 0.52% | - |
| HSV(B) | 49.13º | 0.72% | 0.82% | - |
| XYZ | 43.33 | 46.77 | 10.88 | - |
| YUV | 175.17 | 62.45 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 59 | 0 | 0.13 | 0.72 | 0.18 | 49.13 | 0.61 | 0.52 |
| Hex | D0 | B5 | 3B | 0 | D | 48 | 12 | 31 | 3D | 34 |
| Octal | 320 | 265 | 73 | 0 | 15 | 110 | 22 | 61 | 75 | 64 |
| Binary | 11010000 | 10110101 | 111011 | 0 | 1101 | 1001000 | 10010 | 110001 | 111101 | 110100 |
Color Harmonies of #D0B53B
Complementary color
Monochromatic Colors of #D0B53B
Black with #D0B53B
Text Example
Text Example
White with #D0B53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B53B; }
p { color: rgb(208,181,59); }
H1.HeaderClassName
{
color: #D0B53B;
}
.AnyTagClassName
{
color: #D0B53B;
}
</style>
background-color css
<style>
a { background-color: #D0B53B; }
a { background-color: rgb(208,181,59); }
div.DivClassName
{
background-color: #D0B53B;
}
.BgClassName
{
background-color: #D0B53B;
}
</style>
border-color css
<style>
span { border-color: #D0B53B; }
span { border-color: rgb(208,181,59); }
td.TdClassName
{
border-color: #D0B53B;
}
.TagClassName
{
border-color: #D0B53B;
}
</style>