Shades of Old Gold #D2B542
Tints of Old Gold #D2B542
RGB
CMYK
RGB Variations
Color information
#D2B542 (or 0xD2B542) is known color: Old Gold. HEX triplet: D2, B5 and 42. RGB value is (210,181,66). Sum of RGB (Red+Green+Blue) = 210+181+66=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B542 is #2D4ABD. Grayscale: #B1B1B1. Windows color (decimal): -2968254 or 4371922. OLE color: 4371922.
HSL color Cylindrical-coordinate representation of color #D2B542: hue angle of 47.92º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2B542 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 181 | 66 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.18 |
| HSL | 47.92º | 0.62% | 0.54% | - |
| HSV(B) | 47.92º | 0.69% | 0.82% | - |
| XYZ | 44.09 | 47.14 | 11.93 | - |
| YUV | 176.56 | 65.61 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 66 | 0 | 0.14 | 0.69 | 0.18 | 47.92 | 0.62 | 0.54 |
| Hex | D2 | B5 | 42 | 0 | E | 45 | 12 | 30 | 3E | 36 |
| Octal | 322 | 265 | 102 | 0 | 16 | 105 | 22 | 60 | 76 | 66 |
| Binary | 11010010 | 10110101 | 1000010 | 0 | 1110 | 1000101 | 10010 | 110000 | 111110 | 110110 |
Color Harmonies of #D2B542
Complementary color
Monochromatic Colors of #D2B542
Black with #D2B542
Text Example
Text Example
White with #D2B542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B542; }
p { color: rgb(210,181,66); }
H1.HeaderClassName
{
color: #D2B542;
}
.AnyTagClassName
{
color: #D2B542;
}
</style>
background-color css
<style>
a { background-color: #D2B542; }
a { background-color: rgb(210,181,66); }
div.DivClassName
{
background-color: #D2B542;
}
.BgClassName
{
background-color: #D2B542;
}
</style>
border-color css
<style>
span { border-color: #D2B542; }
span { border-color: rgb(210,181,66); }
td.TdClassName
{
border-color: #D2B542;
}
.TagClassName
{
border-color: #D2B542;
}
</style>