Shades of Gold Tips #D8BD2D
Tints of Gold Tips #D8BD2D
RGB
CMYK
RGB Variations
Color information
#D8BD2D (or 0xD8BD2D) is known color: Gold Tips. HEX triplet: D8, BD and 2D. RGB value is (216,189,45). Sum of RGB (Red+Green+Blue) = 216+189+45=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BD2D is #2742D2. Grayscale: #B5B5B5. Windows color (decimal): -2573011 or 2997720. OLE color: 2997720.
HSL color Cylindrical-coordinate representation of color #D8BD2D: hue angle of 50.53º 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 #D8BD2D is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 45 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.15 |
| HSL | 50.53º | 0.69% | 0.51% | - |
| HSV(B) | 50.53º | 0.79% | 0.85% | - |
| XYZ | 46.99 | 51.18 | 9.89 | - |
| YUV | 180.66 | 51.45 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 45 | 0 | 0.12 | 0.79 | 0.15 | 50.53 | 0.69 | 0.51 |
| Hex | D8 | BD | 2D | 0 | C | 4F | F | 33 | 45 | 33 |
| Octal | 330 | 275 | 55 | 0 | 14 | 117 | 17 | 63 | 105 | 63 |
| Binary | 11011000 | 10111101 | 101101 | 0 | 1100 | 1001111 | 1111 | 110011 | 1000101 | 110011 |
Color Harmonies of #D8BD2D
Complementary color
Monochromatic Colors of #D8BD2D
Black with #D8BD2D
Text Example
Text Example
White with #D8BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD2D; }
p { color: rgb(216,189,45); }
H1.HeaderClassName
{
color: #D8BD2D;
}
.AnyTagClassName
{
color: #D8BD2D;
}
</style>
background-color css
<style>
a { background-color: #D8BD2D; }
a { background-color: rgb(216,189,45); }
div.DivClassName
{
background-color: #D8BD2D;
}
.BgClassName
{
background-color: #D8BD2D;
}
</style>
border-color css
<style>
span { border-color: #D8BD2D; }
span { border-color: rgb(216,189,45); }
td.TdClassName
{
border-color: #D8BD2D;
}
.TagClassName
{
border-color: #D8BD2D;
}
</style>