Shades of Old Gold #D1BE38
Tints of Old Gold #D1BE38
RGB
CMYK
RGB Variations
Color information
#D1BE38 (or 0xD1BE38) is known color: Old Gold. HEX triplet: D1, BE and 38. RGB value is (209,190,56). Sum of RGB (Red+Green+Blue) = 209+190+56=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BE38 is #2E41C7. Grayscale: #B4B4B4. Windows color (decimal): -3031496 or 3718865. OLE color: 3718865.
HSL color Cylindrical-coordinate representation of color #D1BE38: hue angle of 52.55º degrees, saturation: 0.62, 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 #D1BE38 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 56 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.18 |
| HSL | 52.55º | 0.62% | 0.52% | - |
| HSV(B) | 52.55º | 0.73% | 0.82% | - |
| XYZ | 45.42 | 50.67 | 11.13 | - |
| YUV | 180.41 | 57.79 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 56 | 0 | 0.09 | 0.73 | 0.18 | 52.55 | 0.62 | 0.52 |
| Hex | D1 | BE | 38 | 0 | 9 | 49 | 12 | 35 | 3E | 34 |
| Octal | 321 | 276 | 70 | 0 | 11 | 111 | 22 | 65 | 76 | 64 |
| Binary | 11010001 | 10111110 | 111000 | 0 | 1001 | 1001001 | 10010 | 110101 | 111110 | 110100 |
Color Harmonies of #D1BE38
Complementary color
Monochromatic Colors of #D1BE38
Black with #D1BE38
Text Example
Text Example
White with #D1BE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE38; }
p { color: rgb(209,190,56); }
H1.HeaderClassName
{
color: #D1BE38;
}
.AnyTagClassName
{
color: #D1BE38;
}
</style>
background-color css
<style>
a { background-color: #D1BE38; }
a { background-color: rgb(209,190,56); }
div.DivClassName
{
background-color: #D1BE38;
}
.BgClassName
{
background-color: #D1BE38;
}
</style>
border-color css
<style>
span { border-color: #D1BE38; }
span { border-color: rgb(209,190,56); }
td.TdClassName
{
border-color: #D1BE38;
}
.TagClassName
{
border-color: #D1BE38;
}
</style>