Shades of Gold Tips #D8BB2A
Tints of Gold Tips #D8BB2A
RGB
CMYK
RGB Variations
Color information
#D8BB2A (or 0xD8BB2A) is known color: Gold Tips. HEX triplet: D8, BB and 2A. RGB value is (216,187,42). Sum of RGB (Red+Green+Blue) = 216+187+42=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BB2A is #2744D5. Grayscale: #B3B3B3. Windows color (decimal): -2573526 or 2800600. OLE color: 2800600.
HSL color Cylindrical-coordinate representation of color #D8BB2A: hue angle of 50º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8BB2A is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 42 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.15 |
| HSL | 50º | 0.69% | 0.51% | - |
| HSV(B) | 50º | 0.81% | 0.85% | - |
| XYZ | 46.51 | 50.31 | 9.45 | - |
| YUV | 179.14 | 50.61 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 42 | 0 | 0.13 | 0.81 | 0.15 | 50 | 0.69 | 0.51 |
| Hex | D8 | BB | 2A | 0 | D | 51 | F | 32 | 45 | 33 |
| Octal | 330 | 273 | 52 | 0 | 15 | 121 | 17 | 62 | 105 | 63 |
| Binary | 11011000 | 10111011 | 101010 | 0 | 1101 | 1010001 | 1111 | 110010 | 1000101 | 110011 |
Color Harmonies of #D8BB2A
Complementary color
Monochromatic Colors of #D8BB2A
Black with #D8BB2A
Text Example
Text Example
White with #D8BB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BB2A; }
p { color: rgb(216,187,42); }
H1.HeaderClassName
{
color: #D8BB2A;
}
.AnyTagClassName
{
color: #D8BB2A;
}
</style>
background-color css
<style>
a { background-color: #D8BB2A; }
a { background-color: rgb(216,187,42); }
div.DivClassName
{
background-color: #D8BB2A;
}
.BgClassName
{
background-color: #D8BB2A;
}
</style>
border-color css
<style>
span { border-color: #D8BB2A; }
span { border-color: rgb(216,187,42); }
td.TdClassName
{
border-color: #D8BB2A;
}
.TagClassName
{
border-color: #D8BB2A;
}
</style>