Shades of Old Gold #D4B044
Tints of Old Gold #D4B044
RGB
CMYK
RGB Variations
Color information
#D4B044 (or 0xD4B044) is known color: Old Gold. HEX triplet: D4, B0 and 44. RGB value is (212,176,68). Sum of RGB (Red+Green+Blue) = 212+176+68=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 68 (26.95% from 255 or 14.91% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B044 is #2B4FBB. Grayscale: #AEAEAE. Windows color (decimal): -2838460 or 4501716. OLE color: 4501716.
HSL color Cylindrical-coordinate representation of color #D4B044: hue angle of 45º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4B044 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 68 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.17 |
| HSL | 45º | 0.63% | 0.55% | - |
| HSV(B) | 45º | 0.68% | 0.83% | - |
| XYZ | 43.72 | 45.47 | 11.94 | - |
| YUV | 174.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 68 | 0 | 0.17 | 0.68 | 0.17 | 45 | 0.63 | 0.55 |
| Hex | D4 | B0 | 44 | 0 | 11 | 44 | 11 | 2D | 3F | 37 |
| Octal | 324 | 260 | 104 | 0 | 21 | 104 | 21 | 55 | 77 | 67 |
| Binary | 11010100 | 10110000 | 1000100 | 0 | 10001 | 1000100 | 10001 | 101101 | 111111 | 110111 |
Color Harmonies of #D4B044
Complementary color
Monochromatic Colors of #D4B044
Black with #D4B044
Text Example
Text Example
White with #D4B044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B044; }
p { color: rgb(212,176,68); }
H1.HeaderClassName
{
color: #D4B044;
}
.AnyTagClassName
{
color: #D4B044;
}
</style>
background-color css
<style>
a { background-color: #D4B044; }
a { background-color: rgb(212,176,68); }
div.DivClassName
{
background-color: #D4B044;
}
.BgClassName
{
background-color: #D4B044;
}
</style>
border-color css
<style>
span { border-color: #D4B044; }
span { border-color: rgb(212,176,68); }
td.TdClassName
{
border-color: #D4B044;
}
.TagClassName
{
border-color: #D4B044;
}
</style>