Shades of Old Gold #D0BE34
Tints of Old Gold #D0BE34
RGB
CMYK
RGB Variations
Color information
#D0BE34 (or 0xD0BE34) is known color: Old Gold. HEX triplet: D0, BE and 34. RGB value is (208,190,52). Sum of RGB (Red+Green+Blue) = 208+190+52=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BE34 is #2F41CB. Grayscale: #B4B4B4. Windows color (decimal): -3097036 or 3456720. OLE color: 3456720.
HSL color Cylindrical-coordinate representation of color #D0BE34: hue angle of 53.08º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0BE34 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 52 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.18 |
| HSL | 53.08º | 0.62% | 0.51% | - |
| HSV(B) | 53.08º | 0.75% | 0.82% | - |
| XYZ | 45.05 | 50.48 | 10.62 | - |
| YUV | 179.65 | 55.96 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 52 | 0 | 0.09 | 0.75 | 0.18 | 53.08 | 0.62 | 0.51 |
| Hex | D0 | BE | 34 | 0 | 9 | 4B | 12 | 35 | 3E | 33 |
| Octal | 320 | 276 | 64 | 0 | 11 | 113 | 22 | 65 | 76 | 63 |
| Binary | 11010000 | 10111110 | 110100 | 0 | 1001 | 1001011 | 10010 | 110101 | 111110 | 110011 |
Color Harmonies of #D0BE34
Complementary color
Monochromatic Colors of #D0BE34
Black with #D0BE34
Text Example
Text Example
White with #D0BE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE34; }
p { color: rgb(208,190,52); }
H1.HeaderClassName
{
color: #D0BE34;
}
.AnyTagClassName
{
color: #D0BE34;
}
</style>
background-color css
<style>
a { background-color: #D0BE34; }
a { background-color: rgb(208,190,52); }
div.DivClassName
{
background-color: #D0BE34;
}
.BgClassName
{
background-color: #D0BE34;
}
</style>
border-color css
<style>
span { border-color: #D0BE34; }
span { border-color: rgb(208,190,52); }
td.TdClassName
{
border-color: #D0BE34;
}
.TagClassName
{
border-color: #D0BE34;
}
</style>