Shades of Metallic Gold #D8B735
Tints of Metallic Gold #D8B735
RGB
CMYK
RGB Variations
Color information
#D8B735 (or 0xD8B735) is known color: Metallic Gold. HEX triplet: D8, B7 and 35. RGB value is (216,183,53). Sum of RGB (Red+Green+Blue) = 216+183+53=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 53 (21.09% from 255 or 11.73% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B735 is #2748CA. Grayscale: #B2B2B2. Windows color (decimal): -2574539 or 3520472. OLE color: 3520472.
HSL color Cylindrical-coordinate representation of color #D8B735: hue angle of 47.85º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8B735 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 53 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.15 |
| HSL | 47.85º | 0.68% | 0.53% | - |
| HSV(B) | 47.85º | 0.75% | 0.85% | - |
| XYZ | 45.89 | 48.72 | 10.35 | - |
| YUV | 178.05 | 57.43 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 53 | 0 | 0.15 | 0.75 | 0.15 | 47.85 | 0.68 | 0.53 |
| Hex | D8 | B7 | 35 | 0 | F | 4B | F | 30 | 44 | 35 |
| Octal | 330 | 267 | 65 | 0 | 17 | 113 | 17 | 60 | 104 | 65 |
| Binary | 11011000 | 10110111 | 110101 | 0 | 1111 | 1001011 | 1111 | 110000 | 1000100 | 110101 |
Color Harmonies of #D8B735
Complementary color
Monochromatic Colors of #D8B735
Black with #D8B735
Text Example
Text Example
White with #D8B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B735; }
p { color: rgb(216,183,53); }
H1.HeaderClassName
{
color: #D8B735;
}
.AnyTagClassName
{
color: #D8B735;
}
</style>
background-color css
<style>
a { background-color: #D8B735; }
a { background-color: rgb(216,183,53); }
div.DivClassName
{
background-color: #D8B735;
}
.BgClassName
{
background-color: #D8B735;
}
</style>
border-color css
<style>
span { border-color: #D8B735; }
span { border-color: rgb(216,183,53); }
td.TdClassName
{
border-color: #D8B735;
}
.TagClassName
{
border-color: #D8B735;
}
</style>