Shades of Gold Tips #D6B628
Tints of Gold Tips #D6B628
RGB
CMYK
RGB Variations
Color information
#D6B628 (or 0xD6B628) is known color: Gold Tips. HEX triplet: D6, B6 and 28. RGB value is (214,182,40). Sum of RGB (Red+Green+Blue) = 214+182+40=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B628 is #2949D7. Grayscale: #AFAFAF. Windows color (decimal): -2705880 or 2668246. OLE color: 2668246.
HSL color Cylindrical-coordinate representation of color #D6B628: hue angle of 48.97º 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 #D6B628 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 182 | 40 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.16 |
| HSL | 48.97º | 0.69% | 0.5% | - |
| HSV(B) | 48.97º | 0.81% | 0.84% | - |
| XYZ | 44.84 | 47.91 | 8.89 | - |
| YUV | 175.38 | 51.6 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 182 | 40 | 0 | 0.15 | 0.81 | 0.16 | 48.97 | 0.69 | 0.5 |
| Hex | D6 | B6 | 28 | 0 | F | 51 | 10 | 31 | 45 | 32 |
| Octal | 326 | 266 | 50 | 0 | 17 | 121 | 20 | 61 | 105 | 62 |
| Binary | 11010110 | 10110110 | 101000 | 0 | 1111 | 1010001 | 10000 | 110001 | 1000101 | 110010 |
Color Harmonies of #D6B628
Complementary color
Monochromatic Colors of #D6B628
Black with #D6B628
Text Example
Text Example
White with #D6B628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B628; }
p { color: rgb(214,182,40); }
H1.HeaderClassName
{
color: #D6B628;
}
.AnyTagClassName
{
color: #D6B628;
}
</style>
background-color css
<style>
a { background-color: #D6B628; }
a { background-color: rgb(214,182,40); }
div.DivClassName
{
background-color: #D6B628;
}
.BgClassName
{
background-color: #D6B628;
}
</style>
border-color css
<style>
span { border-color: #D6B628; }
span { border-color: rgb(214,182,40); }
td.TdClassName
{
border-color: #D6B628;
}
.TagClassName
{
border-color: #D6B628;
}
</style>