Shades of Old Gold #D8B543
Tints of Old Gold #D8B543
RGB
CMYK
RGB Variations
Color information
#D8B543 (or 0xD8B543) is known color: Old Gold. HEX triplet: D8, B5 and 43. RGB value is (216,181,67). Sum of RGB (Red+Green+Blue) = 216+181+67=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 67 (26.56% from 255 or 14.44% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B543 is #274ABC. Grayscale: #B2B2B2. Windows color (decimal): -2575037 or 4437464. OLE color: 4437464.
HSL color Cylindrical-coordinate representation of color #D8B543: hue angle of 45.91º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8B543 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 181 | 67 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.15 |
| HSL | 45.91º | 0.66% | 0.55% | - |
| HSV(B) | 45.91º | 0.69% | 0.85% | - |
| XYZ | 45.86 | 48.05 | 12.17 | - |
| YUV | 178.47 | 65.1 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 67 | 0 | 0.16 | 0.69 | 0.15 | 45.91 | 0.66 | 0.55 |
| Hex | D8 | B5 | 43 | 0 | 10 | 45 | F | 2E | 42 | 37 |
| Octal | 330 | 265 | 103 | 0 | 20 | 105 | 17 | 56 | 102 | 67 |
| Binary | 11011000 | 10110101 | 1000011 | 0 | 10000 | 1000101 | 1111 | 101110 | 1000010 | 110111 |
Color Harmonies of #D8B543
Complementary color
Monochromatic Colors of #D8B543
Black with #D8B543
Text Example
Text Example
White with #D8B543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B543; }
p { color: rgb(216,181,67); }
H1.HeaderClassName
{
color: #D8B543;
}
.AnyTagClassName
{
color: #D8B543;
}
</style>
background-color css
<style>
a { background-color: #D8B543; }
a { background-color: rgb(216,181,67); }
div.DivClassName
{
background-color: #D8B543;
}
.BgClassName
{
background-color: #D8B543;
}
</style>
border-color css
<style>
span { border-color: #D8B543; }
span { border-color: rgb(216,181,67); }
td.TdClassName
{
border-color: #D8B543;
}
.TagClassName
{
border-color: #D8B543;
}
</style>