Shades of Buddha Gold #C6AC0D
Tints of Buddha Gold #C6AC0D
RGB
CMYK
RGB Variations
Color information
#C6AC0D (or 0xC6AC0D) is known color: Buddha Gold. HEX triplet: C6, AC and 0D. RGB value is (198,172,13). Sum of RGB (Red+Green+Blue) = 198+172+13=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AC0D is #3953F2. Grayscale: #A2A2A2. Windows color (decimal): -3757043 or 896198. OLE color: 896198.
HSL color Cylindrical-coordinate representation of color #C6AC0D: hue angle of 51.57º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6AC0D is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 172 | 13 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.22 |
| HSL | 51.57º | 0.88% | 0.41% | - |
| HSV(B) | 51.57º | 0.93% | 0.78% | - |
| XYZ | 38.11 | 41.54 | 6.39 | - |
| YUV | 161.65 | 44.11 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 13 | 0 | 0.13 | 0.93 | 0.22 | 51.57 | 0.88 | 0.41 |
| Hex | C6 | AC | D | 0 | D | 5D | 16 | 34 | 58 | 29 |
| Octal | 306 | 254 | 15 | 0 | 15 | 135 | 26 | 64 | 130 | 51 |
| Binary | 11000110 | 10101100 | 1101 | 0 | 1101 | 1011101 | 10110 | 110100 | 1011000 | 101001 |
Color Harmonies of #C6AC0D
Complementary color
Monochromatic Colors of #C6AC0D
Black with #C6AC0D
Text Example
Text Example
White with #C6AC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AC0D; }
p { color: rgb(198,172,13); }
H1.HeaderClassName
{
color: #C6AC0D;
}
.AnyTagClassName
{
color: #C6AC0D;
}
</style>
background-color css
<style>
a { background-color: #C6AC0D; }
a { background-color: rgb(198,172,13); }
div.DivClassName
{
background-color: #C6AC0D;
}
.BgClassName
{
background-color: #C6AC0D;
}
</style>
border-color css
<style>
span { border-color: #C6AC0D; }
span { border-color: rgb(198,172,13); }
td.TdClassName
{
border-color: #C6AC0D;
}
.TagClassName
{
border-color: #C6AC0D;
}
</style>