Shades of Buddha Gold #C6A71B
Tints of Buddha Gold #C6A71B
RGB
CMYK
RGB Variations
Color information
#C6A71B (or 0xC6A71B) is known color: Buddha Gold. HEX triplet: C6, A7 and 1B. RGB value is (198,167,27). Sum of RGB (Red+Green+Blue) = 198+167+27=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 27 (10.94% from 255 or 6.89% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A71B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A71B is #3958E4. Grayscale: #A0A0A0. Windows color (decimal): -3758309 or 1812422. OLE color: 1812422.
HSL color Cylindrical-coordinate representation of color #C6A71B: hue angle of 49.12º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6A71B is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 167 | 27 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.22 |
| HSL | 49.12º | 0.76% | 0.44% | - |
| HSV(B) | 49.12º | 0.86% | 0.78% | - |
| XYZ | 37.31 | 39.72 | 6.74 | - |
| YUV | 160.31 | 52.77 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 167 | 27 | 0 | 0.16 | 0.86 | 0.22 | 49.12 | 0.76 | 0.44 |
| Hex | C6 | A7 | 1B | 0 | 10 | 56 | 16 | 31 | 4C | 2C |
| Octal | 306 | 247 | 33 | 0 | 20 | 126 | 26 | 61 | 114 | 54 |
| Binary | 11000110 | 10100111 | 11011 | 0 | 10000 | 1010110 | 10110 | 110001 | 1001100 | 101100 |
Color Harmonies of #C6A71B
Complementary color
Monochromatic Colors of #C6A71B
Black with #C6A71B
Text Example
Text Example
White with #C6A71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A71B; }
p { color: rgb(198,167,27); }
H1.HeaderClassName
{
color: #C6A71B;
}
.AnyTagClassName
{
color: #C6A71B;
}
</style>
background-color css
<style>
a { background-color: #C6A71B; }
a { background-color: rgb(198,167,27); }
div.DivClassName
{
background-color: #C6A71B;
}
.BgClassName
{
background-color: #C6A71B;
}
</style>
border-color css
<style>
span { border-color: #C6A71B; }
span { border-color: rgb(198,167,27); }
td.TdClassName
{
border-color: #C6A71B;
}
.TagClassName
{
border-color: #C6A71B;
}
</style>