Shades of Old Gold #D4B24A
Tints of Old Gold #D4B24A
RGB
CMYK
RGB Variations
Color information
#D4B24A (or 0xD4B24A) is known color: Old Gold. HEX triplet: D4, B2 and 4A. RGB value is (212,178,74). Sum of RGB (Red+Green+Blue) = 212+178+74=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B24A is #2B4DB5. Grayscale: #B0B0B0. Windows color (decimal): -2837942 or 4895444. OLE color: 4895444.
HSL color Cylindrical-coordinate representation of color #D4B24A: hue angle of 45.22º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4B24A is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 178 | 74 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.17 |
| HSL | 45.22º | 0.62% | 0.56% | - |
| HSV(B) | 45.22º | 0.65% | 0.83% | - |
| XYZ | 44.31 | 46.33 | 13.09 | - |
| YUV | 176.31 | 70.26 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 74 | 0 | 0.16 | 0.65 | 0.17 | 45.22 | 0.62 | 0.56 |
| Hex | D4 | B2 | 4A | 0 | 10 | 41 | 11 | 2D | 3E | 38 |
| Octal | 324 | 262 | 112 | 0 | 20 | 101 | 21 | 55 | 76 | 70 |
| Binary | 11010100 | 10110010 | 1001010 | 0 | 10000 | 1000001 | 10001 | 101101 | 111110 | 111000 |
Color Harmonies of #D4B24A
Complementary color
Monochromatic Colors of #D4B24A
Black with #D4B24A
Text Example
Text Example
White with #D4B24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B24A; }
p { color: rgb(212,178,74); }
H1.HeaderClassName
{
color: #D4B24A;
}
.AnyTagClassName
{
color: #D4B24A;
}
</style>
background-color css
<style>
a { background-color: #D4B24A; }
a { background-color: rgb(212,178,74); }
div.DivClassName
{
background-color: #D4B24A;
}
.BgClassName
{
background-color: #D4B24A;
}
</style>
border-color css
<style>
span { border-color: #D4B24A; }
span { border-color: rgb(212,178,74); }
td.TdClassName
{
border-color: #D4B24A;
}
.TagClassName
{
border-color: #D4B24A;
}
</style>