Shades of Old Gold #D2B33B
Tints of Old Gold #D2B33B
RGB
CMYK
RGB Variations
Color information
#D2B33B (or 0xD2B33B) is known color: Old Gold. HEX triplet: D2, B3 and 3B. RGB value is (210,179,59). Sum of RGB (Red+Green+Blue) = 210+179+59=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 59 (23.44% from 255 or 13.17% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B33B is #2D4CC4. Grayscale: #AFAFAF. Windows color (decimal): -2968773 or 3912658. OLE color: 3912658.
HSL color Cylindrical-coordinate representation of color #D2B33B: hue angle of 47.68º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2B33B is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 59 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.18 |
| HSL | 47.68º | 0.63% | 0.53% | - |
| HSV(B) | 47.68º | 0.72% | 0.82% | - |
| XYZ | 43.49 | 46.26 | 10.77 | - |
| YUV | 174.59 | 62.77 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 59 | 0 | 0.15 | 0.72 | 0.18 | 47.68 | 0.63 | 0.53 |
| Hex | D2 | B3 | 3B | 0 | F | 48 | 12 | 30 | 3F | 35 |
| Octal | 322 | 263 | 73 | 0 | 17 | 110 | 22 | 60 | 77 | 65 |
| Binary | 11010010 | 10110011 | 111011 | 0 | 1111 | 1001000 | 10010 | 110000 | 111111 | 110101 |
Color Harmonies of #D2B33B
Complementary color
Monochromatic Colors of #D2B33B
Black with #D2B33B
Text Example
Text Example
White with #D2B33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B33B; }
p { color: rgb(210,179,59); }
H1.HeaderClassName
{
color: #D2B33B;
}
.AnyTagClassName
{
color: #D2B33B;
}
</style>
background-color css
<style>
a { background-color: #D2B33B; }
a { background-color: rgb(210,179,59); }
div.DivClassName
{
background-color: #D2B33B;
}
.BgClassName
{
background-color: #D2B33B;
}
</style>
border-color css
<style>
span { border-color: #D2B33B; }
span { border-color: rgb(210,179,59); }
td.TdClassName
{
border-color: #D2B33B;
}
.TagClassName
{
border-color: #D2B33B;
}
</style>