Shades of Buddha Gold #C6A01D
Tints of Buddha Gold #C6A01D
RGB
CMYK
RGB Variations
Color information
#C6A01D (or 0xC6A01D) is known color: Buddha Gold. HEX triplet: C6, A0 and 1D. RGB value is (198,160,29). Sum of RGB (Red+Green+Blue) = 198+160+29=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A01D is #395FE2. Grayscale: #9C9C9C. Windows color (decimal): -3760099 or 1941702. OLE color: 1941702.
HSL color Cylindrical-coordinate representation of color #C6A01D: hue angle of 46.51º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6A01D is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 29 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.22 |
| HSL | 46.51º | 0.74% | 0.45% | - |
| HSV(B) | 46.51º | 0.85% | 0.78% | - |
| XYZ | 36.08 | 37.24 | 6.45 | - |
| YUV | 156.43 | 56.09 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 29 | 0 | 0.19 | 0.85 | 0.22 | 46.51 | 0.74 | 0.45 |
| Hex | C6 | A0 | 1D | 0 | 13 | 55 | 16 | 2F | 4A | 2D |
| Octal | 306 | 240 | 35 | 0 | 23 | 125 | 26 | 57 | 112 | 55 |
| Binary | 11000110 | 10100000 | 11101 | 0 | 10011 | 1010101 | 10110 | 101111 | 1001010 | 101101 |
Color Harmonies of #C6A01D
Complementary color
Monochromatic Colors of #C6A01D
Black with #C6A01D
Text Example
Text Example
White with #C6A01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A01D; }
p { color: rgb(198,160,29); }
H1.HeaderClassName
{
color: #C6A01D;
}
.AnyTagClassName
{
color: #C6A01D;
}
</style>
background-color css
<style>
a { background-color: #C6A01D; }
a { background-color: rgb(198,160,29); }
div.DivClassName
{
background-color: #C6A01D;
}
.BgClassName
{
background-color: #C6A01D;
}
</style>
border-color css
<style>
span { border-color: #C6A01D; }
span { border-color: rgb(198,160,29); }
td.TdClassName
{
border-color: #C6A01D;
}
.TagClassName
{
border-color: #C6A01D;
}
</style>