Shades of Old Gold #D4B63D
Tints of Old Gold #D4B63D
RGB
CMYK
RGB Variations
Color information
#D4B63D (or 0xD4B63D) is known color: Old Gold. HEX triplet: D4, B6 and 3D. RGB value is (212,182,61). Sum of RGB (Red+Green+Blue) = 212+182+61=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B63D is #2B49C2. Grayscale: #B1B1B1. Windows color (decimal): -2836931 or 4044500. OLE color: 4044500.
HSL color Cylindrical-coordinate representation of color #D4B63D: hue angle of 48.08º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4B63D is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 182 | 61 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.17 |
| HSL | 48.08º | 0.64% | 0.54% | - |
| HSV(B) | 48.08º | 0.71% | 0.83% | - |
| XYZ | 44.72 | 47.79 | 11.28 | - |
| YUV | 177.18 | 62.44 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 182 | 61 | 0 | 0.14 | 0.71 | 0.17 | 48.08 | 0.64 | 0.54 |
| Hex | D4 | B6 | 3D | 0 | E | 47 | 11 | 30 | 40 | 36 |
| Octal | 324 | 266 | 75 | 0 | 16 | 107 | 21 | 60 | 100 | 66 |
| Binary | 11010100 | 10110110 | 111101 | 0 | 1110 | 1000111 | 10001 | 110000 | 1000000 | 110110 |
Color Harmonies of #D4B63D
Complementary color
Monochromatic Colors of #D4B63D
Black with #D4B63D
Text Example
Text Example
White with #D4B63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B63D; }
p { color: rgb(212,182,61); }
H1.HeaderClassName
{
color: #D4B63D;
}
.AnyTagClassName
{
color: #D4B63D;
}
</style>
background-color css
<style>
a { background-color: #D4B63D; }
a { background-color: rgb(212,182,61); }
div.DivClassName
{
background-color: #D4B63D;
}
.BgClassName
{
background-color: #D4B63D;
}
</style>
border-color css
<style>
span { border-color: #D4B63D; }
span { border-color: rgb(212,182,61); }
td.TdClassName
{
border-color: #D4B63D;
}
.TagClassName
{
border-color: #D4B63D;
}
</style>