Shades of Old Gold #D4B441
Tints of Old Gold #D4B441
RGB
CMYK
RGB Variations
Color information
#D4B441 (or 0xD4B441) is known color: Old Gold. HEX triplet: D4, B4 and 41. RGB value is (212,180,65). Sum of RGB (Red+Green+Blue) = 212+180+65=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B441 is #2B4BBE. Grayscale: #B0B0B0. Windows color (decimal): -2837439 or 4306132. OLE color: 4306132.
HSL color Cylindrical-coordinate representation of color #D4B441: hue angle of 46.94º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4B441 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 180 | 65 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.17 |
| HSL | 46.94º | 0.63% | 0.54% | - |
| HSV(B) | 46.94º | 0.69% | 0.83% | - |
| XYZ | 44.43 | 47.02 | 11.74 | - |
| YUV | 176.46 | 65.1 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 180 | 65 | 0 | 0.15 | 0.69 | 0.17 | 46.94 | 0.63 | 0.54 |
| Hex | D4 | B4 | 41 | 0 | F | 45 | 11 | 2F | 3F | 36 |
| Octal | 324 | 264 | 101 | 0 | 17 | 105 | 21 | 57 | 77 | 66 |
| Binary | 11010100 | 10110100 | 1000001 | 0 | 1111 | 1000101 | 10001 | 101111 | 111111 | 110110 |
Color Harmonies of #D4B441
Complementary color
Monochromatic Colors of #D4B441
Black with #D4B441
Text Example
Text Example
White with #D4B441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B441; }
p { color: rgb(212,180,65); }
H1.HeaderClassName
{
color: #D4B441;
}
.AnyTagClassName
{
color: #D4B441;
}
</style>
background-color css
<style>
a { background-color: #D4B441; }
a { background-color: rgb(212,180,65); }
div.DivClassName
{
background-color: #D4B441;
}
.BgClassName
{
background-color: #D4B441;
}
</style>
border-color css
<style>
span { border-color: #D4B441; }
span { border-color: rgb(212,180,65); }
td.TdClassName
{
border-color: #D4B441;
}
.TagClassName
{
border-color: #D4B441;
}
</style>