Shades of Gold Tips #D8BC2D
Tints of Gold Tips #D8BC2D
RGB
CMYK
RGB Variations
Color information
#D8BC2D (or 0xD8BC2D) is known color: Gold Tips. HEX triplet: D8, BC and 2D. RGB value is (216,188,45). Sum of RGB (Red+Green+Blue) = 216+188+45=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BC2D is #2743D2. Grayscale: #B4B4B4. Windows color (decimal): -2573267 or 2997464. OLE color: 2997464.
HSL color Cylindrical-coordinate representation of color #D8BC2D: hue angle of 50.18º 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 #D8BC2D is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 45 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.15 |
| HSL | 50.18º | 0.69% | 0.51% | - |
| HSV(B) | 50.18º | 0.79% | 0.85% | - |
| XYZ | 46.78 | 50.75 | 9.81 | - |
| YUV | 180.07 | 51.78 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 45 | 0 | 0.13 | 0.79 | 0.15 | 50.18 | 0.69 | 0.51 |
| Hex | D8 | BC | 2D | 0 | D | 4F | F | 32 | 45 | 33 |
| Octal | 330 | 274 | 55 | 0 | 15 | 117 | 17 | 62 | 105 | 63 |
| Binary | 11011000 | 10111100 | 101101 | 0 | 1101 | 1001111 | 1111 | 110010 | 1000101 | 110011 |
Color Harmonies of #D8BC2D
Complementary color
Monochromatic Colors of #D8BC2D
Black with #D8BC2D
Text Example
Text Example
White with #D8BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BC2D; }
p { color: rgb(216,188,45); }
H1.HeaderClassName
{
color: #D8BC2D;
}
.AnyTagClassName
{
color: #D8BC2D;
}
</style>
background-color css
<style>
a { background-color: #D8BC2D; }
a { background-color: rgb(216,188,45); }
div.DivClassName
{
background-color: #D8BC2D;
}
.BgClassName
{
background-color: #D8BC2D;
}
</style>
border-color css
<style>
span { border-color: #D8BC2D; }
span { border-color: rgb(216,188,45); }
td.TdClassName
{
border-color: #D8BC2D;
}
.TagClassName
{
border-color: #D8BC2D;
}
</style>