Shades of Old Gold #D0BE40
Tints of Old Gold #D0BE40
RGB
CMYK
RGB Variations
Color information
#D0BE40 (or 0xD0BE40) is known color: Old Gold. HEX triplet: D0, BE and 40. RGB value is (208,190,64). Sum of RGB (Red+Green+Blue) = 208+190+64=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BE40 is #2F41BF. Grayscale: #B5B5B5. Windows color (decimal): -3097024 or 4243152. OLE color: 4243152.
HSL color Cylindrical-coordinate representation of color #D0BE40: hue angle of 52.5º 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 #D0BE40 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 64 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.18 |
| HSL | 52.5º | 0.61% | 0.53% | - |
| HSV(B) | 52.5º | 0.69% | 0.82% | - |
| XYZ | 45.35 | 50.61 | 12.23 | - |
| YUV | 181.02 | 61.96 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 64 | 0 | 0.09 | 0.69 | 0.18 | 52.5 | 0.61 | 0.53 |
| Hex | D0 | BE | 40 | 0 | 9 | 45 | 12 | 34 | 3D | 35 |
| Octal | 320 | 276 | 100 | 0 | 11 | 105 | 22 | 64 | 75 | 65 |
| Binary | 11010000 | 10111110 | 1000000 | 0 | 1001 | 1000101 | 10010 | 110100 | 111101 | 110101 |
Color Harmonies of #D0BE40
Complementary color
Monochromatic Colors of #D0BE40
Black with #D0BE40
Text Example
Text Example
White with #D0BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE40; }
p { color: rgb(208,190,64); }
H1.HeaderClassName
{
color: #D0BE40;
}
.AnyTagClassName
{
color: #D0BE40;
}
</style>
background-color css
<style>
a { background-color: #D0BE40; }
a { background-color: rgb(208,190,64); }
div.DivClassName
{
background-color: #D0BE40;
}
.BgClassName
{
background-color: #D0BE40;
}
</style>
border-color css
<style>
span { border-color: #D0BE40; }
span { border-color: rgb(208,190,64); }
td.TdClassName
{
border-color: #D0BE40;
}
.TagClassName
{
border-color: #D0BE40;
}
</style>