Shades of Old Gold #D8BD44
Tints of Old Gold #D8BD44
RGB
CMYK
RGB Variations
Color information
#D8BD44 (or 0xD8BD44) is known color: Old Gold. HEX triplet: D8, BD and 44. RGB value is (216,189,68). Sum of RGB (Red+Green+Blue) = 216+189+68=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BD44 is #2742BB. Grayscale: #B7B7B7. Windows color (decimal): -2572988 or 4505048. OLE color: 4505048.
HSL color Cylindrical-coordinate representation of color #D8BD44: hue angle of 49.05º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8BD44 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 68 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.15 |
| HSL | 49.05º | 0.65% | 0.56% | - |
| HSV(B) | 49.05º | 0.69% | 0.85% | - |
| XYZ | 47.56 | 51.41 | 12.89 | - |
| YUV | 183.28 | 62.95 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 68 | 0 | 0.12 | 0.69 | 0.15 | 49.05 | 0.65 | 0.56 |
| Hex | D8 | BD | 44 | 0 | C | 45 | F | 31 | 41 | 38 |
| Octal | 330 | 275 | 104 | 0 | 14 | 105 | 17 | 61 | 101 | 70 |
| Binary | 11011000 | 10111101 | 1000100 | 0 | 1100 | 1000101 | 1111 | 110001 | 1000001 | 111000 |
Color Harmonies of #D8BD44
Complementary color
Monochromatic Colors of #D8BD44
Black with #D8BD44
Text Example
Text Example
White with #D8BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD44; }
p { color: rgb(216,189,68); }
H1.HeaderClassName
{
color: #D8BD44;
}
.AnyTagClassName
{
color: #D8BD44;
}
</style>
background-color css
<style>
a { background-color: #D8BD44; }
a { background-color: rgb(216,189,68); }
div.DivClassName
{
background-color: #D8BD44;
}
.BgClassName
{
background-color: #D8BD44;
}
</style>
border-color css
<style>
span { border-color: #D8BD44; }
span { border-color: rgb(216,189,68); }
td.TdClassName
{
border-color: #D8BD44;
}
.TagClassName
{
border-color: #D8BD44;
}
</style>