Shades of Gold Tips #D8BA2D
Tints of Gold Tips #D8BA2D
RGB
CMYK
RGB Variations
Color information
#D8BA2D (or 0xD8BA2D) is known color: Gold Tips. HEX triplet: D8, BA and 2D. RGB value is (216,186,45). Sum of RGB (Red+Green+Blue) = 216+186+45=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BA2D is #2745D2. Grayscale: #B3B3B3. Windows color (decimal): -2573779 or 2996952. OLE color: 2996952.
HSL color Cylindrical-coordinate representation of color #D8BA2D: hue angle of 49.47º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8BA2D is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 45 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.15 |
| HSL | 49.47º | 0.69% | 0.51% | - |
| HSV(B) | 49.47º | 0.79% | 0.85% | - |
| XYZ | 46.35 | 49.91 | 9.67 | - |
| YUV | 178.9 | 52.44 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 45 | 0 | 0.14 | 0.79 | 0.15 | 49.47 | 0.69 | 0.51 |
| Hex | D8 | BA | 2D | 0 | E | 4F | F | 31 | 45 | 33 |
| Octal | 330 | 272 | 55 | 0 | 16 | 117 | 17 | 61 | 105 | 63 |
| Binary | 11011000 | 10111010 | 101101 | 0 | 1110 | 1001111 | 1111 | 110001 | 1000101 | 110011 |
Color Harmonies of #D8BA2D
Complementary color
Monochromatic Colors of #D8BA2D
Black with #D8BA2D
Text Example
Text Example
White with #D8BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA2D; }
p { color: rgb(216,186,45); }
H1.HeaderClassName
{
color: #D8BA2D;
}
.AnyTagClassName
{
color: #D8BA2D;
}
</style>
background-color css
<style>
a { background-color: #D8BA2D; }
a { background-color: rgb(216,186,45); }
div.DivClassName
{
background-color: #D8BA2D;
}
.BgClassName
{
background-color: #D8BA2D;
}
</style>
border-color css
<style>
span { border-color: #D8BA2D; }
span { border-color: rgb(216,186,45); }
td.TdClassName
{
border-color: #D8BA2D;
}
.TagClassName
{
border-color: #D8BA2D;
}
</style>