Shades of Old Gold #D2BC35
Tints of Old Gold #D2BC35
RGB
CMYK
RGB Variations
Color information
#D2BC35 (or 0xD2BC35) is known color: Old Gold. HEX triplet: D2, BC and 35. RGB value is (210,188,53). Sum of RGB (Red+Green+Blue) = 210+188+53=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BC35 is #2D43CA. Grayscale: #B3B3B3. Windows color (decimal): -2966475 or 3521746. OLE color: 3521746.
HSL color Cylindrical-coordinate representation of color #D2BC35: hue angle of 51.59º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2BC35 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 53 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.18 |
| HSL | 51.59º | 0.64% | 0.52% | - |
| HSV(B) | 51.59º | 0.75% | 0.82% | - |
| XYZ | 45.2 | 49.93 | 10.62 | - |
| YUV | 179.19 | 56.79 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 53 | 0 | 0.10 | 0.75 | 0.18 | 51.59 | 0.64 | 0.52 |
| Hex | D2 | BC | 35 | 0 | A | 4B | 12 | 34 | 40 | 34 |
| Octal | 322 | 274 | 65 | 0 | 12 | 113 | 22 | 64 | 100 | 64 |
| Binary | 11010010 | 10111100 | 110101 | 0 | 1010 | 1001011 | 10010 | 110100 | 1000000 | 110100 |
Color Harmonies of #D2BC35
Complementary color
Monochromatic Colors of #D2BC35
Black with #D2BC35
Text Example
Text Example
White with #D2BC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BC35; }
p { color: rgb(210,188,53); }
H1.HeaderClassName
{
color: #D2BC35;
}
.AnyTagClassName
{
color: #D2BC35;
}
</style>
background-color css
<style>
a { background-color: #D2BC35; }
a { background-color: rgb(210,188,53); }
div.DivClassName
{
background-color: #D2BC35;
}
.BgClassName
{
background-color: #D2BC35;
}
</style>
border-color css
<style>
span { border-color: #D2BC35; }
span { border-color: rgb(210,188,53); }
td.TdClassName
{
border-color: #D2BC35;
}
.TagClassName
{
border-color: #D2BC35;
}
</style>