Shades of Old Gold #D2B93B
Tints of Old Gold #D2B93B
RGB
CMYK
RGB Variations
Color information
#D2B93B (or 0xD2B93B) is known color: Old Gold. HEX triplet: D2, B9 and 3B. RGB value is (210,185,59). Sum of RGB (Red+Green+Blue) = 210+185+59=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 59 (23.44% from 255 or 13.00% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B93B is #2D46C4. Grayscale: #B2B2B2. Windows color (decimal): -2967237 or 3914194. OLE color: 3914194.
HSL color Cylindrical-coordinate representation of color #D2B93B: hue angle of 50.07º 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 #D2B93B is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 185 | 59 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.18 |
| HSL | 50.07º | 0.63% | 0.53% | - |
| HSV(B) | 50.07º | 0.72% | 0.82% | - |
| XYZ | 44.72 | 48.72 | 11.18 | - |
| YUV | 178.11 | 60.78 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 59 | 0 | 0.12 | 0.72 | 0.18 | 50.07 | 0.63 | 0.53 |
| Hex | D2 | B9 | 3B | 0 | C | 48 | 12 | 32 | 3F | 35 |
| Octal | 322 | 271 | 73 | 0 | 14 | 110 | 22 | 62 | 77 | 65 |
| Binary | 11010010 | 10111001 | 111011 | 0 | 1100 | 1001000 | 10010 | 110010 | 111111 | 110101 |
Color Harmonies of #D2B93B
Complementary color
Monochromatic Colors of #D2B93B
Black with #D2B93B
Text Example
Text Example
White with #D2B93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B93B; }
p { color: rgb(210,185,59); }
H1.HeaderClassName
{
color: #D2B93B;
}
.AnyTagClassName
{
color: #D2B93B;
}
</style>
background-color css
<style>
a { background-color: #D2B93B; }
a { background-color: rgb(210,185,59); }
div.DivClassName
{
background-color: #D2B93B;
}
.BgClassName
{
background-color: #D2B93B;
}
</style>
border-color css
<style>
span { border-color: #D2B93B; }
span { border-color: rgb(210,185,59); }
td.TdClassName
{
border-color: #D2B93B;
}
.TagClassName
{
border-color: #D2B93B;
}
</style>