Shades of Old Gold #D2B33C
Tints of Old Gold #D2B33C
RGB
CMYK
RGB Variations
Color information
#D2B33C (or 0xD2B33C) is known color: Old Gold. HEX triplet: D2, B3 and 3C. RGB value is (210,179,60). Sum of RGB (Red+Green+Blue) = 210+179+60=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B33C is #2D4CC3. Grayscale: #AFAFAF. Windows color (decimal): -2968772 or 3978194. OLE color: 3978194.
HSL color Cylindrical-coordinate representation of color #D2B33C: hue angle of 47.6º 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 #D2B33C is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 60 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.18 |
| HSL | 47.6º | 0.63% | 0.53% | - |
| HSV(B) | 47.6º | 0.71% | 0.82% | - |
| XYZ | 43.51 | 46.27 | 10.91 | - |
| YUV | 174.7 | 63.27 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 60 | 0 | 0.15 | 0.71 | 0.18 | 47.6 | 0.63 | 0.53 |
| Hex | D2 | B3 | 3C | 0 | F | 47 | 12 | 30 | 3E | 35 |
| Octal | 322 | 263 | 74 | 0 | 17 | 107 | 22 | 60 | 76 | 65 |
| Binary | 11010010 | 10110011 | 111100 | 0 | 1111 | 1000111 | 10010 | 110000 | 111110 | 110101 |
Color Harmonies of #D2B33C
Complementary color
Monochromatic Colors of #D2B33C
Black with #D2B33C
Text Example
Text Example
White with #D2B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B33C; }
p { color: rgb(210,179,60); }
H1.HeaderClassName
{
color: #D2B33C;
}
.AnyTagClassName
{
color: #D2B33C;
}
</style>
background-color css
<style>
a { background-color: #D2B33C; }
a { background-color: rgb(210,179,60); }
div.DivClassName
{
background-color: #D2B33C;
}
.BgClassName
{
background-color: #D2B33C;
}
</style>
border-color css
<style>
span { border-color: #D2B33C; }
span { border-color: rgb(210,179,60); }
td.TdClassName
{
border-color: #D2B33C;
}
.TagClassName
{
border-color: #D2B33C;
}
</style>