Shades of Old Gold #D7B441
Tints of Old Gold #D7B441
RGB
CMYK
RGB Variations
Color information
#D7B441 (or 0xD7B441) is known color: Old Gold. HEX triplet: D7, B4 and 41. RGB value is (215,180,65). Sum of RGB (Red+Green+Blue) = 215+180+65=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 65 (25.78% from 255 or 14.13% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B441 is #284BBE. Grayscale: #B1B1B1. Windows color (decimal): -2640831 or 4306135. OLE color: 4306135.
HSL color Cylindrical-coordinate representation of color #D7B441: hue angle of 46º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D7B441 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 180 | 65 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.16 |
| HSL | 46º | 0.65% | 0.55% | - |
| HSV(B) | 46º | 0.7% | 0.84% | - |
| XYZ | 45.3 | 47.47 | 11.78 | - |
| YUV | 177.36 | 64.6 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 180 | 65 | 0 | 0.16 | 0.70 | 0.16 | 46 | 0.65 | 0.55 |
| Hex | D7 | B4 | 41 | 0 | 10 | 46 | 10 | 2E | 41 | 37 |
| Octal | 327 | 264 | 101 | 0 | 20 | 106 | 20 | 56 | 101 | 67 |
| Binary | 11010111 | 10110100 | 1000001 | 0 | 10000 | 1000110 | 10000 | 101110 | 1000001 | 110111 |
Color Harmonies of #D7B441
Complementary color
Monochromatic Colors of #D7B441
Black with #D7B441
Text Example
Text Example
White with #D7B441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B441; }
p { color: rgb(215,180,65); }
H1.HeaderClassName
{
color: #D7B441;
}
.AnyTagClassName
{
color: #D7B441;
}
</style>
background-color css
<style>
a { background-color: #D7B441; }
a { background-color: rgb(215,180,65); }
div.DivClassName
{
background-color: #D7B441;
}
.BgClassName
{
background-color: #D7B441;
}
</style>
border-color css
<style>
span { border-color: #D7B441; }
span { border-color: rgb(215,180,65); }
td.TdClassName
{
border-color: #D7B441;
}
.TagClassName
{
border-color: #D7B441;
}
</style>