Shades of Old Gold #D2BA38
Tints of Old Gold #D2BA38
RGB
CMYK
RGB Variations
Color information
#D2BA38 (or 0xD2BA38) is known color: Old Gold. HEX triplet: D2, BA and 38. RGB value is (210,186,56). Sum of RGB (Red+Green+Blue) = 210+186+56=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 56 (22.27% from 255 or 12.39% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BA38 is #2D45C7. Grayscale: #B2B2B2. Windows color (decimal): -2966984 or 3717842. OLE color: 3717842.
HSL color Cylindrical-coordinate representation of color #D2BA38: hue angle of 50.65º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2BA38 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 56 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.18 |
| HSL | 50.65º | 0.63% | 0.52% | - |
| HSV(B) | 50.65º | 0.73% | 0.82% | - |
| XYZ | 44.85 | 49.1 | 10.86 | - |
| YUV | 178.36 | 58.95 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 56 | 0 | 0.11 | 0.73 | 0.18 | 50.65 | 0.63 | 0.52 |
| Hex | D2 | BA | 38 | 0 | B | 49 | 12 | 33 | 3F | 34 |
| Octal | 322 | 272 | 70 | 0 | 13 | 111 | 22 | 63 | 77 | 64 |
| Binary | 11010010 | 10111010 | 111000 | 0 | 1011 | 1001001 | 10010 | 110011 | 111111 | 110100 |
Color Harmonies of #D2BA38
Complementary color
Monochromatic Colors of #D2BA38
Black with #D2BA38
Text Example
Text Example
White with #D2BA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA38; }
p { color: rgb(210,186,56); }
H1.HeaderClassName
{
color: #D2BA38;
}
.AnyTagClassName
{
color: #D2BA38;
}
</style>
background-color css
<style>
a { background-color: #D2BA38; }
a { background-color: rgb(210,186,56); }
div.DivClassName
{
background-color: #D2BA38;
}
.BgClassName
{
background-color: #D2BA38;
}
</style>
border-color css
<style>
span { border-color: #D2BA38; }
span { border-color: rgb(210,186,56); }
td.TdClassName
{
border-color: #D2BA38;
}
.TagClassName
{
border-color: #D2BA38;
}
</style>