Shades of Old Gold #D0BE30
Tints of Old Gold #D0BE30
RGB
CMYK
RGB Variations
Color information
#D0BE30 (or 0xD0BE30) is known color: Old Gold. HEX triplet: D0, BE and 30. RGB value is (208,190,48). Sum of RGB (Red+Green+Blue) = 208+190+48=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BE30 is #2F41CF. Grayscale: #B3B3B3. Windows color (decimal): -3097040 or 3194576. OLE color: 3194576.
HSL color Cylindrical-coordinate representation of color #D0BE30: hue angle of 53.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0BE30 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 48 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.18 |
| HSL | 53.25º | 0.63% | 0.5% | - |
| HSV(B) | 53.25º | 0.77% | 0.82% | - |
| XYZ | 44.96 | 50.45 | 10.16 | - |
| YUV | 179.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 48 | 0 | 0.09 | 0.77 | 0.18 | 53.25 | 0.63 | 0.5 |
| Hex | D0 | BE | 30 | 0 | 9 | 4D | 12 | 35 | 3F | 32 |
| Octal | 320 | 276 | 60 | 0 | 11 | 115 | 22 | 65 | 77 | 62 |
| Binary | 11010000 | 10111110 | 110000 | 0 | 1001 | 1001101 | 10010 | 110101 | 111111 | 110010 |
Color Harmonies of #D0BE30
Complementary color
Monochromatic Colors of #D0BE30
Black with #D0BE30
Text Example
Text Example
White with #D0BE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE30; }
p { color: rgb(208,190,48); }
H1.HeaderClassName
{
color: #D0BE30;
}
.AnyTagClassName
{
color: #D0BE30;
}
</style>
background-color css
<style>
a { background-color: #D0BE30; }
a { background-color: rgb(208,190,48); }
div.DivClassName
{
background-color: #D0BE30;
}
.BgClassName
{
background-color: #D0BE30;
}
</style>
border-color css
<style>
span { border-color: #D0BE30; }
span { border-color: rgb(208,190,48); }
td.TdClassName
{
border-color: #D0BE30;
}
.TagClassName
{
border-color: #D0BE30;
}
</style>