Shades of Old Gold #D0BE3F
Tints of Old Gold #D0BE3F
RGB
CMYK
RGB Variations
Color information
#D0BE3F (or 0xD0BE3F) is known color: Old Gold. HEX triplet: D0, BE and 3F. RGB value is (208,190,63). Sum of RGB (Red+Green+Blue) = 208+190+63=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BE3F is #2F41C0. Grayscale: #B5B5B5. Windows color (decimal): -3097025 or 4177616. OLE color: 4177616.
HSL color Cylindrical-coordinate representation of color #D0BE3F: hue angle of 52.55º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0BE3F is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 63 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.18 |
| HSL | 52.55º | 0.61% | 0.53% | - |
| HSV(B) | 52.55º | 0.7% | 0.82% | - |
| XYZ | 45.32 | 50.6 | 12.08 | - |
| YUV | 180.9 | 61.46 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 63 | 0 | 0.09 | 0.70 | 0.18 | 52.55 | 0.61 | 0.53 |
| Hex | D0 | BE | 3F | 0 | 9 | 46 | 12 | 35 | 3D | 35 |
| Octal | 320 | 276 | 77 | 0 | 11 | 106 | 22 | 65 | 75 | 65 |
| Binary | 11010000 | 10111110 | 111111 | 0 | 1001 | 1000110 | 10010 | 110101 | 111101 | 110101 |
Color Harmonies of #D0BE3F
Complementary color
Monochromatic Colors of #D0BE3F
Black with #D0BE3F
Text Example
Text Example
White with #D0BE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE3F; }
p { color: rgb(208,190,63); }
H1.HeaderClassName
{
color: #D0BE3F;
}
.AnyTagClassName
{
color: #D0BE3F;
}
</style>
background-color css
<style>
a { background-color: #D0BE3F; }
a { background-color: rgb(208,190,63); }
div.DivClassName
{
background-color: #D0BE3F;
}
.BgClassName
{
background-color: #D0BE3F;
}
</style>
border-color css
<style>
span { border-color: #D0BE3F; }
span { border-color: rgb(208,190,63); }
td.TdClassName
{
border-color: #D0BE3F;
}
.TagClassName
{
border-color: #D0BE3F;
}
</style>