Shades of Old Gold #D0BD33
Tints of Old Gold #D0BD33
RGB
CMYK
RGB Variations
Color information
#D0BD33 (or 0xD0BD33) is known color: Old Gold. HEX triplet: D0, BD and 33. RGB value is (208,189,51). Sum of RGB (Red+Green+Blue) = 208+189+51=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BD33 is #2F42CC. Grayscale: #B3B3B3. Windows color (decimal): -3097293 or 3390928. OLE color: 3390928.
HSL color Cylindrical-coordinate representation of color #D0BD33: hue angle of 52.74º degrees, saturation: 0.63, 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 #D0BD33 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 51 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.18 |
| HSL | 52.74º | 0.63% | 0.51% | - |
| HSV(B) | 52.74º | 0.75% | 0.82% | - |
| XYZ | 44.81 | 50.04 | 10.43 | - |
| YUV | 178.95 | 55.79 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 51 | 0 | 0.09 | 0.75 | 0.18 | 52.74 | 0.63 | 0.51 |
| Hex | D0 | BD | 33 | 0 | 9 | 4B | 12 | 35 | 3F | 33 |
| Octal | 320 | 275 | 63 | 0 | 11 | 113 | 22 | 65 | 77 | 63 |
| Binary | 11010000 | 10111101 | 110011 | 0 | 1001 | 1001011 | 10010 | 110101 | 111111 | 110011 |
Color Harmonies of #D0BD33
Complementary color
Monochromatic Colors of #D0BD33
Black with #D0BD33
Text Example
Text Example
White with #D0BD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BD33; }
p { color: rgb(208,189,51); }
H1.HeaderClassName
{
color: #D0BD33;
}
.AnyTagClassName
{
color: #D0BD33;
}
</style>
background-color css
<style>
a { background-color: #D0BD33; }
a { background-color: rgb(208,189,51); }
div.DivClassName
{
background-color: #D0BD33;
}
.BgClassName
{
background-color: #D0BD33;
}
</style>
border-color css
<style>
span { border-color: #D0BD33; }
span { border-color: rgb(208,189,51); }
td.TdClassName
{
border-color: #D0BD33;
}
.TagClassName
{
border-color: #D0BD33;
}
</style>