Shades of Old Gold #D0B64B
Tints of Old Gold #D0B64B
RGB
CMYK
RGB Variations
Color information
#D0B64B (or 0xD0B64B) is known color: Old Gold. HEX triplet: D0, B6 and 4B. RGB value is (208,182,75). Sum of RGB (Red+Green+Blue) = 208+182+75=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B64B is #2F49B4. Grayscale: #B2B2B2. Windows color (decimal): -3099061 or 4962000. OLE color: 4962000.
HSL color Cylindrical-coordinate representation of color #D0B64B: hue angle of 48.27º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0B64B is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 182 | 75 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.18 |
| HSL | 48.27º | 0.59% | 0.55% | - |
| HSV(B) | 48.27º | 0.64% | 0.82% | - |
| XYZ | 44.01 | 47.37 | 13.48 | - |
| YUV | 177.58 | 70.11 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 182 | 75 | 0 | 0.12 | 0.64 | 0.18 | 48.27 | 0.59 | 0.55 |
| Hex | D0 | B6 | 4B | 0 | C | 40 | 12 | 30 | 3B | 37 |
| Octal | 320 | 266 | 113 | 0 | 14 | 100 | 22 | 60 | 73 | 67 |
| Binary | 11010000 | 10110110 | 1001011 | 0 | 1100 | 1000000 | 10010 | 110000 | 111011 | 110111 |
Color Harmonies of #D0B64B
Complementary color
Monochromatic Colors of #D0B64B
Black with #D0B64B
Text Example
Text Example
White with #D0B64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B64B; }
p { color: rgb(208,182,75); }
H1.HeaderClassName
{
color: #D0B64B;
}
.AnyTagClassName
{
color: #D0B64B;
}
</style>
background-color css
<style>
a { background-color: #D0B64B; }
a { background-color: rgb(208,182,75); }
div.DivClassName
{
background-color: #D0B64B;
}
.BgClassName
{
background-color: #D0B64B;
}
</style>
border-color css
<style>
span { border-color: #D0B64B; }
span { border-color: rgb(208,182,75); }
td.TdClassName
{
border-color: #D0B64B;
}
.TagClassName
{
border-color: #D0B64B;
}
</style>