Shades of Gold Tips #D6B528
Tints of Gold Tips #D6B528
RGB
CMYK
RGB Variations
Color information
#D6B528 (or 0xD6B528) is known color: Gold Tips. HEX triplet: D6, B5 and 28. RGB value is (214,181,40). Sum of RGB (Red+Green+Blue) = 214+181+40=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B528 is #294AD7. Grayscale: #AFAFAF. Windows color (decimal): -2706136 or 2667990. OLE color: 2667990.
HSL color Cylindrical-coordinate representation of color #D6B528: hue angle of 48.62º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6B528 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 40 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.16 |
| HSL | 48.62º | 0.69% | 0.5% | - |
| HSV(B) | 48.62º | 0.81% | 0.84% | - |
| XYZ | 44.64 | 47.5 | 8.82 | - |
| YUV | 174.79 | 51.93 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 40 | 0 | 0.15 | 0.81 | 0.16 | 48.62 | 0.69 | 0.5 |
| Hex | D6 | B5 | 28 | 0 | F | 51 | 10 | 31 | 45 | 32 |
| Octal | 326 | 265 | 50 | 0 | 17 | 121 | 20 | 61 | 105 | 62 |
| Binary | 11010110 | 10110101 | 101000 | 0 | 1111 | 1010001 | 10000 | 110001 | 1000101 | 110010 |
Color Harmonies of #D6B528
Complementary color
Monochromatic Colors of #D6B528
Black with #D6B528
Text Example
Text Example
White with #D6B528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B528; }
p { color: rgb(214,181,40); }
H1.HeaderClassName
{
color: #D6B528;
}
.AnyTagClassName
{
color: #D6B528;
}
</style>
background-color css
<style>
a { background-color: #D6B528; }
a { background-color: rgb(214,181,40); }
div.DivClassName
{
background-color: #D6B528;
}
.BgClassName
{
background-color: #D6B528;
}
</style>
border-color css
<style>
span { border-color: #D6B528; }
span { border-color: rgb(214,181,40); }
td.TdClassName
{
border-color: #D6B528;
}
.TagClassName
{
border-color: #D6B528;
}
</style>