Shades of Old Gold #D8B644
Tints of Old Gold #D8B644
RGB
CMYK
RGB Variations
Color information
#D8B644 (or 0xD8B644) is known color: Old Gold. HEX triplet: D8, B6 and 44. RGB value is (216,182,68). Sum of RGB (Red+Green+Blue) = 216+182+68=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B644 is #2749BB. Grayscale: #B3B3B3. Windows color (decimal): -2574780 or 4503256. OLE color: 4503256.
HSL color Cylindrical-coordinate representation of color #D8B644: hue angle of 46.22º 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 #D8B644 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 182 | 68 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.15 |
| HSL | 46.22º | 0.65% | 0.56% | - |
| HSV(B) | 46.22º | 0.69% | 0.85% | - |
| XYZ | 46.09 | 48.47 | 12.4 | - |
| YUV | 179.17 | 65.26 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 182 | 68 | 0 | 0.16 | 0.69 | 0.15 | 46.22 | 0.65 | 0.56 |
| Hex | D8 | B6 | 44 | 0 | 10 | 45 | F | 2E | 41 | 38 |
| Octal | 330 | 266 | 104 | 0 | 20 | 105 | 17 | 56 | 101 | 70 |
| Binary | 11011000 | 10110110 | 1000100 | 0 | 10000 | 1000101 | 1111 | 101110 | 1000001 | 111000 |
Color Harmonies of #D8B644
Complementary color
Monochromatic Colors of #D8B644
Black with #D8B644
Text Example
Text Example
White with #D8B644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B644; }
p { color: rgb(216,182,68); }
H1.HeaderClassName
{
color: #D8B644;
}
.AnyTagClassName
{
color: #D8B644;
}
</style>
background-color css
<style>
a { background-color: #D8B644; }
a { background-color: rgb(216,182,68); }
div.DivClassName
{
background-color: #D8B644;
}
.BgClassName
{
background-color: #D8B644;
}
</style>
border-color css
<style>
span { border-color: #D8B644; }
span { border-color: rgb(216,182,68); }
td.TdClassName
{
border-color: #D8B644;
}
.TagClassName
{
border-color: #D8B644;
}
</style>