Shades of Old Gold #D0B640
Tints of Old Gold #D0B640
RGB
CMYK
RGB Variations
Color information
#D0B640 (or 0xD0B640) is known color: Old Gold. HEX triplet: D0, B6 and 40. RGB value is (208,182,64). Sum of RGB (Red+Green+Blue) = 208+182+64=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B640 is #2F49BF. Grayscale: #B0B0B0. Windows color (decimal): -3099072 or 4241104. OLE color: 4241104.
HSL color Cylindrical-coordinate representation of color #D0B640: hue angle of 49.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0B640 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 182 | 64 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.18 |
| HSL | 49.17º | 0.61% | 0.53% | - |
| HSV(B) | 49.17º | 0.69% | 0.82% | - |
| XYZ | 43.67 | 47.24 | 11.67 | - |
| YUV | 176.32 | 64.61 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 182 | 64 | 0 | 0.12 | 0.69 | 0.18 | 49.17 | 0.61 | 0.53 |
| Hex | D0 | B6 | 40 | 0 | C | 45 | 12 | 31 | 3D | 35 |
| Octal | 320 | 266 | 100 | 0 | 14 | 105 | 22 | 61 | 75 | 65 |
| Binary | 11010000 | 10110110 | 1000000 | 0 | 1100 | 1000101 | 10010 | 110001 | 111101 | 110101 |
Color Harmonies of #D0B640
Complementary color
Monochromatic Colors of #D0B640
Black with #D0B640
Text Example
Text Example
White with #D0B640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B640; }
p { color: rgb(208,182,64); }
H1.HeaderClassName
{
color: #D0B640;
}
.AnyTagClassName
{
color: #D0B640;
}
</style>
background-color css
<style>
a { background-color: #D0B640; }
a { background-color: rgb(208,182,64); }
div.DivClassName
{
background-color: #D0B640;
}
.BgClassName
{
background-color: #D0B640;
}
</style>
border-color css
<style>
span { border-color: #D0B640; }
span { border-color: rgb(208,182,64); }
td.TdClassName
{
border-color: #D0B640;
}
.TagClassName
{
border-color: #D0B640;
}
</style>