Shades of Gold Tips #D3B528
Tints of Gold Tips #D3B528
RGB
CMYK
RGB Variations
Color information
#D3B528 (or 0xD3B528) is known color: Gold Tips. HEX triplet: D3, B5 and 28. RGB value is (211,181,40). Sum of RGB (Red+Green+Blue) = 211+181+40=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3B528 is #2C4AD7. Grayscale: #AEAEAE. Windows color (decimal): -2902744 or 2667987. OLE color: 2667987.
HSL color Cylindrical-coordinate representation of color #D3B528: hue angle of 49.47º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3B528 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 181 | 40 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.17 |
| HSL | 49.47º | 0.68% | 0.49% | - |
| HSV(B) | 49.47º | 0.81% | 0.83% | - |
| XYZ | 43.77 | 47.05 | 8.78 | - |
| YUV | 173.9 | 52.44 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 181 | 40 | 0 | 0.14 | 0.81 | 0.17 | 49.47 | 0.68 | 0.49 |
| Hex | D3 | B5 | 28 | 0 | E | 51 | 11 | 31 | 44 | 31 |
| Octal | 323 | 265 | 50 | 0 | 16 | 121 | 21 | 61 | 104 | 61 |
| Binary | 11010011 | 10110101 | 101000 | 0 | 1110 | 1010001 | 10001 | 110001 | 1000100 | 110001 |
Color Harmonies of #D3B528
Complementary color
Monochromatic Colors of #D3B528
Black with #D3B528
Text Example
Text Example
White with #D3B528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B528; }
p { color: rgb(211,181,40); }
H1.HeaderClassName
{
color: #D3B528;
}
.AnyTagClassName
{
color: #D3B528;
}
</style>
background-color css
<style>
a { background-color: #D3B528; }
a { background-color: rgb(211,181,40); }
div.DivClassName
{
background-color: #D3B528;
}
.BgClassName
{
background-color: #D3B528;
}
</style>
border-color css
<style>
span { border-color: #D3B528; }
span { border-color: rgb(211,181,40); }
td.TdClassName
{
border-color: #D3B528;
}
.TagClassName
{
border-color: #D3B528;
}
</style>