Shades of Old Gold #D4B93C
Tints of Old Gold #D4B93C
RGB
CMYK
RGB Variations
Color information
#D4B93C (or 0xD4B93C) is known color: Old Gold. HEX triplet: D4, B9 and 3C. RGB value is (212,185,60). Sum of RGB (Red+Green+Blue) = 212+185+60=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B93C is #2B46C3. Grayscale: #B3B3B3. Windows color (decimal): -2836164 or 3979732. OLE color: 3979732.
HSL color Cylindrical-coordinate representation of color #D4B93C: hue angle of 49.34º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4B93C is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 185 | 60 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.17 |
| HSL | 49.34º | 0.64% | 0.53% | - |
| HSV(B) | 49.34º | 0.72% | 0.83% | - |
| XYZ | 45.32 | 49.02 | 11.35 | - |
| YUV | 178.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 185 | 60 | 0 | 0.13 | 0.72 | 0.17 | 49.34 | 0.64 | 0.53 |
| Hex | D4 | B9 | 3C | 0 | D | 48 | 11 | 31 | 40 | 35 |
| Octal | 324 | 271 | 74 | 0 | 15 | 110 | 21 | 61 | 100 | 65 |
| Binary | 11010100 | 10111001 | 111100 | 0 | 1101 | 1001000 | 10001 | 110001 | 1000000 | 110101 |
Color Harmonies of #D4B93C
Complementary color
Monochromatic Colors of #D4B93C
Black with #D4B93C
Text Example
Text Example
White with #D4B93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B93C; }
p { color: rgb(212,185,60); }
H1.HeaderClassName
{
color: #D4B93C;
}
.AnyTagClassName
{
color: #D4B93C;
}
</style>
background-color css
<style>
a { background-color: #D4B93C; }
a { background-color: rgb(212,185,60); }
div.DivClassName
{
background-color: #D4B93C;
}
.BgClassName
{
background-color: #D4B93C;
}
</style>
border-color css
<style>
span { border-color: #D4B93C; }
span { border-color: rgb(212,185,60); }
td.TdClassName
{
border-color: #D4B93C;
}
.TagClassName
{
border-color: #D4B93C;
}
</style>