Shades of Old Gold #D2B538
Tints of Old Gold #D2B538
RGB
CMYK
RGB Variations
Color information
#D2B538 (or 0xD2B538) is known color: Old Gold. HEX triplet: D2, B5 and 38. RGB value is (210,181,56). Sum of RGB (Red+Green+Blue) = 210+181+56=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 56 (22.27% from 255 or 12.53% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B538 is #2D4AC7. Grayscale: #AFAFAF. Windows color (decimal): -2968264 or 3716562. OLE color: 3716562.
HSL color Cylindrical-coordinate representation of color #D2B538: hue angle of 48.7º 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 #D2B538 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 181 | 56 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.18 |
| HSL | 48.7º | 0.63% | 0.52% | - |
| HSV(B) | 48.7º | 0.73% | 0.82% | - |
| XYZ | 43.82 | 47.03 | 10.51 | - |
| YUV | 175.42 | 60.61 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 56 | 0 | 0.14 | 0.73 | 0.18 | 48.7 | 0.63 | 0.52 |
| Hex | D2 | B5 | 38 | 0 | E | 49 | 12 | 31 | 3F | 34 |
| Octal | 322 | 265 | 70 | 0 | 16 | 111 | 22 | 61 | 77 | 64 |
| Binary | 11010010 | 10110101 | 111000 | 0 | 1110 | 1001001 | 10010 | 110001 | 111111 | 110100 |
Color Harmonies of #D2B538
Complementary color
Monochromatic Colors of #D2B538
Black with #D2B538
Text Example
Text Example
White with #D2B538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B538; }
p { color: rgb(210,181,56); }
H1.HeaderClassName
{
color: #D2B538;
}
.AnyTagClassName
{
color: #D2B538;
}
</style>
background-color css
<style>
a { background-color: #D2B538; }
a { background-color: rgb(210,181,56); }
div.DivClassName
{
background-color: #D2B538;
}
.BgClassName
{
background-color: #D2B538;
}
</style>
border-color css
<style>
span { border-color: #D2B538; }
span { border-color: rgb(210,181,56); }
td.TdClassName
{
border-color: #D2B538;
}
.TagClassName
{
border-color: #D2B538;
}
</style>