Shades of Old Gold #D1BE36
Tints of Old Gold #D1BE36
RGB
CMYK
RGB Variations
Color information
#D1BE36 (or 0xD1BE36) is known color: Old Gold. HEX triplet: D1, BE and 36. RGB value is (209,190,54). Sum of RGB (Red+Green+Blue) = 209+190+54=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BE36 is #2E41C9. Grayscale: #B4B4B4. Windows color (decimal): -3031498 or 3587793. OLE color: 3587793.
HSL color Cylindrical-coordinate representation of color #D1BE36: hue angle of 52.65º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1BE36 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 54 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.18 |
| HSL | 52.65º | 0.63% | 0.52% | - |
| HSV(B) | 52.65º | 0.74% | 0.82% | - |
| XYZ | 45.37 | 50.65 | 10.87 | - |
| YUV | 180.18 | 56.79 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 54 | 0 | 0.09 | 0.74 | 0.18 | 52.65 | 0.63 | 0.52 |
| Hex | D1 | BE | 36 | 0 | 9 | 4A | 12 | 35 | 3F | 34 |
| Octal | 321 | 276 | 66 | 0 | 11 | 112 | 22 | 65 | 77 | 64 |
| Binary | 11010001 | 10111110 | 110110 | 0 | 1001 | 1001010 | 10010 | 110101 | 111111 | 110100 |
Color Harmonies of #D1BE36
Complementary color
Monochromatic Colors of #D1BE36
Black with #D1BE36
Text Example
Text Example
White with #D1BE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE36; }
p { color: rgb(209,190,54); }
H1.HeaderClassName
{
color: #D1BE36;
}
.AnyTagClassName
{
color: #D1BE36;
}
</style>
background-color css
<style>
a { background-color: #D1BE36; }
a { background-color: rgb(209,190,54); }
div.DivClassName
{
background-color: #D1BE36;
}
.BgClassName
{
background-color: #D1BE36;
}
</style>
border-color css
<style>
span { border-color: #D1BE36; }
span { border-color: rgb(209,190,54); }
td.TdClassName
{
border-color: #D1BE36;
}
.TagClassName
{
border-color: #D1BE36;
}
</style>