Shades of Old Gold #D2BD3C
Tints of Old Gold #D2BD3C
RGB
CMYK
RGB Variations
Color information
#D2BD3C (or 0xD2BD3C) is known color: Old Gold. HEX triplet: D2, BD and 3C. RGB value is (210,189,60). Sum of RGB (Red+Green+Blue) = 210+189+60=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BD3C is #2D42C3. Grayscale: #B5B5B5. Windows color (decimal): -2966212 or 3980754. OLE color: 3980754.
HSL color Cylindrical-coordinate representation of color #D2BD3C: hue angle of 51.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 #D2BD3C is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 60 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.18 |
| HSL | 51.6º | 0.63% | 0.53% | - |
| HSV(B) | 51.6º | 0.71% | 0.82% | - |
| XYZ | 45.59 | 50.42 | 11.6 | - |
| YUV | 180.57 | 59.96 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 60 | 0 | 0.10 | 0.71 | 0.18 | 51.6 | 0.63 | 0.53 |
| Hex | D2 | BD | 3C | 0 | A | 47 | 12 | 34 | 3E | 35 |
| Octal | 322 | 275 | 74 | 0 | 12 | 107 | 22 | 64 | 76 | 65 |
| Binary | 11010010 | 10111101 | 111100 | 0 | 1010 | 1000111 | 10010 | 110100 | 111110 | 110101 |
Color Harmonies of #D2BD3C
Complementary color
Monochromatic Colors of #D2BD3C
Black with #D2BD3C
Text Example
Text Example
White with #D2BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BD3C; }
p { color: rgb(210,189,60); }
H1.HeaderClassName
{
color: #D2BD3C;
}
.AnyTagClassName
{
color: #D2BD3C;
}
</style>
background-color css
<style>
a { background-color: #D2BD3C; }
a { background-color: rgb(210,189,60); }
div.DivClassName
{
background-color: #D2BD3C;
}
.BgClassName
{
background-color: #D2BD3C;
}
</style>
border-color css
<style>
span { border-color: #D2BD3C; }
span { border-color: rgb(210,189,60); }
td.TdClassName
{
border-color: #D2BD3C;
}
.TagClassName
{
border-color: #D2BD3C;
}
</style>