Shades of Gold Tips #D6B227
Tints of Gold Tips #D6B227
RGB
CMYK
RGB Variations
Color information
#D6B227 (or 0xD6B227) is known color: Gold Tips. HEX triplet: D6, B2 and 27. RGB value is (214,178,39). Sum of RGB (Red+Green+Blue) = 214+178+39=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B227 is #294DD8. Grayscale: #ADADAD. Windows color (decimal): -2706905 or 2601686. OLE color: 2601686.
HSL color Cylindrical-coordinate representation of color #D6B227: hue angle of 47.66º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6B227 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 178 | 39 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.16 |
| HSL | 47.66º | 0.69% | 0.5% | - |
| HSV(B) | 47.66º | 0.82% | 0.84% | - |
| XYZ | 44.02 | 46.28 | 8.53 | - |
| YUV | 172.92 | 52.43 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 39 | 0 | 0.17 | 0.82 | 0.16 | 47.66 | 0.69 | 0.5 |
| Hex | D6 | B2 | 27 | 0 | 11 | 52 | 10 | 30 | 45 | 32 |
| Octal | 326 | 262 | 47 | 0 | 21 | 122 | 20 | 60 | 105 | 62 |
| Binary | 11010110 | 10110010 | 100111 | 0 | 10001 | 1010010 | 10000 | 110000 | 1000101 | 110010 |
Color Harmonies of #D6B227
Complementary color
Monochromatic Colors of #D6B227
Black with #D6B227
Text Example
Text Example
White with #D6B227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B227; }
p { color: rgb(214,178,39); }
H1.HeaderClassName
{
color: #D6B227;
}
.AnyTagClassName
{
color: #D6B227;
}
</style>
background-color css
<style>
a { background-color: #D6B227; }
a { background-color: rgb(214,178,39); }
div.DivClassName
{
background-color: #D6B227;
}
.BgClassName
{
background-color: #D6B227;
}
</style>
border-color css
<style>
span { border-color: #D6B227; }
span { border-color: rgb(214,178,39); }
td.TdClassName
{
border-color: #D6B227;
}
.TagClassName
{
border-color: #D6B227;
}
</style>