Shades of Old Gold #D4B144
Tints of Old Gold #D4B144
RGB
CMYK
RGB Variations
Color information
#D4B144 (or 0xD4B144) is known color: Old Gold. HEX triplet: D4, B1 and 44. RGB value is (212,177,68). Sum of RGB (Red+Green+Blue) = 212+177+68=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 68 (26.95% from 255 or 14.88% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B144 is #2B4EBB. Grayscale: #AFAFAF. Windows color (decimal): -2838204 or 4501972. OLE color: 4501972.
HSL color Cylindrical-coordinate representation of color #D4B144: hue angle of 45.42º 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 #D4B144 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 177 | 68 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.17 |
| HSL | 45.42º | 0.63% | 0.55% | - |
| HSV(B) | 45.42º | 0.68% | 0.83% | - |
| XYZ | 43.92 | 45.86 | 12.01 | - |
| YUV | 175.04 | 67.6 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 177 | 68 | 0 | 0.17 | 0.68 | 0.17 | 45.42 | 0.63 | 0.55 |
| Hex | D4 | B1 | 44 | 0 | 11 | 44 | 11 | 2D | 3F | 37 |
| Octal | 324 | 261 | 104 | 0 | 21 | 104 | 21 | 55 | 77 | 67 |
| Binary | 11010100 | 10110001 | 1000100 | 0 | 10001 | 1000100 | 10001 | 101101 | 111111 | 110111 |
Color Harmonies of #D4B144
Complementary color
Monochromatic Colors of #D4B144
Black with #D4B144
Text Example
Text Example
White with #D4B144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B144; }
p { color: rgb(212,177,68); }
H1.HeaderClassName
{
color: #D4B144;
}
.AnyTagClassName
{
color: #D4B144;
}
</style>
background-color css
<style>
a { background-color: #D4B144; }
a { background-color: rgb(212,177,68); }
div.DivClassName
{
background-color: #D4B144;
}
.BgClassName
{
background-color: #D4B144;
}
</style>
border-color css
<style>
span { border-color: #D4B144; }
span { border-color: rgb(212,177,68); }
td.TdClassName
{
border-color: #D4B144;
}
.TagClassName
{
border-color: #D4B144;
}
</style>