Shades of Buddha Gold #C6A301
Tints of Buddha Gold #C6A301
RGB
CMYK
RGB Variations
Color information
#C6A301 (or 0xC6A301) is known color: Buddha Gold. HEX triplet: C6, A3 and 01. RGB value is (198,163,1). Sum of RGB (Red+Green+Blue) = 198+163+1=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A301 is #395CFE. Grayscale: #9B9B9B. Windows color (decimal): -3759359 or 107462. OLE color: 107462.
HSL color Cylindrical-coordinate representation of color #C6A301: hue angle of 49.34º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6A301 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 163 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.22 |
| HSL | 49.34º | 0.99% | 0.39% | - |
| HSV(B) | 49.34º | 0.99% | 0.78% | - |
| XYZ | 36.39 | 38.2 | 5.48 | - |
| YUV | 155 | 41.1 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 163 | 1 | 0 | 0.18 | 0.99 | 0.22 | 49.34 | 0.99 | 0.39 |
| Hex | C6 | A3 | 1 | 0 | 12 | 63 | 16 | 31 | 63 | 27 |
| Octal | 306 | 243 | 1 | 0 | 22 | 143 | 26 | 61 | 143 | 47 |
| Binary | 11000110 | 10100011 | 1 | 0 | 10010 | 1100011 | 10110 | 110001 | 1100011 | 100111 |
Color Harmonies of #C6A301
Complementary color
Monochromatic Colors of #C6A301
Black with #C6A301
Text Example
Text Example
White with #C6A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A301; }
p { color: rgb(198,163,1); }
H1.HeaderClassName
{
color: #C6A301;
}
.AnyTagClassName
{
color: #C6A301;
}
</style>
background-color css
<style>
a { background-color: #C6A301; }
a { background-color: rgb(198,163,1); }
div.DivClassName
{
background-color: #C6A301;
}
.BgClassName
{
background-color: #C6A301;
}
</style>
border-color css
<style>
span { border-color: #C6A301; }
span { border-color: rgb(198,163,1); }
td.TdClassName
{
border-color: #C6A301;
}
.TagClassName
{
border-color: #C6A301;
}
</style>