Shades of Old Gold #D8B843
Tints of Old Gold #D8B843
RGB
CMYK
RGB Variations
Color information
#D8B843 (or 0xD8B843) is known color: Old Gold. HEX triplet: D8, B8 and 43. RGB value is (216,184,67). Sum of RGB (Red+Green+Blue) = 216+184+67=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 67 (26.56% from 255 or 14.35% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B843 is #2747BC. Grayscale: #B4B4B4. Windows color (decimal): -2574269 or 4438232. OLE color: 4438232.
HSL color Cylindrical-coordinate representation of color #D8B843: hue angle of 47.11º 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 #D8B843 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 184 | 67 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.15 |
| HSL | 47.11º | 0.66% | 0.55% | - |
| HSV(B) | 47.11º | 0.69% | 0.85% | - |
| XYZ | 46.47 | 49.29 | 12.37 | - |
| YUV | 180.23 | 64.1 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 184 | 67 | 0 | 0.15 | 0.69 | 0.15 | 47.11 | 0.66 | 0.55 |
| Hex | D8 | B8 | 43 | 0 | F | 45 | F | 2F | 42 | 37 |
| Octal | 330 | 270 | 103 | 0 | 17 | 105 | 17 | 57 | 102 | 67 |
| Binary | 11011000 | 10111000 | 1000011 | 0 | 1111 | 1000101 | 1111 | 101111 | 1000010 | 110111 |
Color Harmonies of #D8B843
Complementary color
Monochromatic Colors of #D8B843
Black with #D8B843
Text Example
Text Example
White with #D8B843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B843; }
p { color: rgb(216,184,67); }
H1.HeaderClassName
{
color: #D8B843;
}
.AnyTagClassName
{
color: #D8B843;
}
</style>
background-color css
<style>
a { background-color: #D8B843; }
a { background-color: rgb(216,184,67); }
div.DivClassName
{
background-color: #D8B843;
}
.BgClassName
{
background-color: #D8B843;
}
</style>
border-color css
<style>
span { border-color: #D8B843; }
span { border-color: rgb(216,184,67); }
td.TdClassName
{
border-color: #D8B843;
}
.TagClassName
{
border-color: #D8B843;
}
</style>