Shades of Old Gold #D1B33D
Tints of Old Gold #D1B33D
RGB
CMYK
RGB Variations
Color information
#D1B33D (or 0xD1B33D) is known color: Old Gold. HEX triplet: D1, B3 and 3D. RGB value is (209,179,61). Sum of RGB (Red+Green+Blue) = 209+179+61=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B33D is #2E4CC2. Grayscale: #AFAFAF. Windows color (decimal): -3034307 or 4043729. OLE color: 4043729.
HSL color Cylindrical-coordinate representation of color #D1B33D: hue angle of 47.84º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1B33D is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 179 | 61 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.18 |
| HSL | 47.84º | 0.62% | 0.53% | - |
| HSV(B) | 47.84º | 0.71% | 0.82% | - |
| XYZ | 43.26 | 46.13 | 11.04 | - |
| YUV | 174.52 | 63.94 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 179 | 61 | 0 | 0.14 | 0.71 | 0.18 | 47.84 | 0.62 | 0.53 |
| Hex | D1 | B3 | 3D | 0 | E | 47 | 12 | 30 | 3E | 35 |
| Octal | 321 | 263 | 75 | 0 | 16 | 107 | 22 | 60 | 76 | 65 |
| Binary | 11010001 | 10110011 | 111101 | 0 | 1110 | 1000111 | 10010 | 110000 | 111110 | 110101 |
Color Harmonies of #D1B33D
Complementary color
Monochromatic Colors of #D1B33D
Black with #D1B33D
Text Example
Text Example
White with #D1B33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B33D; }
p { color: rgb(209,179,61); }
H1.HeaderClassName
{
color: #D1B33D;
}
.AnyTagClassName
{
color: #D1B33D;
}
</style>
background-color css
<style>
a { background-color: #D1B33D; }
a { background-color: rgb(209,179,61); }
div.DivClassName
{
background-color: #D1B33D;
}
.BgClassName
{
background-color: #D1B33D;
}
</style>
border-color css
<style>
span { border-color: #D1B33D; }
span { border-color: rgb(209,179,61); }
td.TdClassName
{
border-color: #D1B33D;
}
.TagClassName
{
border-color: #D1B33D;
}
</style>