Shades of Old Gold #D2B832
Tints of Old Gold #D2B832
RGB
CMYK
RGB Variations
Color information
#D2B832 (or 0xD2B832) is known color: Old Gold. HEX triplet: D2, B8 and 32. RGB value is (210,184,50). Sum of RGB (Red+Green+Blue) = 210+184+50=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B832 is #2D47CD. Grayscale: #B1B1B1. Windows color (decimal): -2967502 or 3324114. OLE color: 3324114.
HSL color Cylindrical-coordinate representation of color #D2B832: hue angle of 50.25º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2B832 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 50 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.18 |
| HSL | 50.25º | 0.64% | 0.51% | - |
| HSV(B) | 50.25º | 0.76% | 0.82% | - |
| XYZ | 44.29 | 48.21 | 9.99 | - |
| YUV | 176.5 | 56.61 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 50 | 0 | 0.12 | 0.76 | 0.18 | 50.25 | 0.64 | 0.51 |
| Hex | D2 | B8 | 32 | 0 | C | 4C | 12 | 32 | 40 | 33 |
| Octal | 322 | 270 | 62 | 0 | 14 | 114 | 22 | 62 | 100 | 63 |
| Binary | 11010010 | 10111000 | 110010 | 0 | 1100 | 1001100 | 10010 | 110010 | 1000000 | 110011 |
Color Harmonies of #D2B832
Complementary color
Monochromatic Colors of #D2B832
Black with #D2B832
Text Example
Text Example
White with #D2B832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B832; }
p { color: rgb(210,184,50); }
H1.HeaderClassName
{
color: #D2B832;
}
.AnyTagClassName
{
color: #D2B832;
}
</style>
background-color css
<style>
a { background-color: #D2B832; }
a { background-color: rgb(210,184,50); }
div.DivClassName
{
background-color: #D2B832;
}
.BgClassName
{
background-color: #D2B832;
}
</style>
border-color css
<style>
span { border-color: #D2B832; }
span { border-color: rgb(210,184,50); }
td.TdClassName
{
border-color: #D2B832;
}
.TagClassName
{
border-color: #D2B832;
}
</style>