Shades of Buddha Gold #C69C11
Tints of Buddha Gold #C69C11
RGB
CMYK
RGB Variations
Color information
#C69C11 (or 0xC69C11) is known color: Buddha Gold. HEX triplet: C6, 9C and 11. RGB value is (198,156,17). Sum of RGB (Red+Green+Blue) = 198+156+17=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69C11 is #3963EE. Grayscale: #999999. Windows color (decimal): -3761135 or 1154246. OLE color: 1154246.
HSL color Cylindrical-coordinate representation of color #C69C11: hue angle of 46.08º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C69C11 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 17 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.22 |
| HSL | 46.08º | 0.84% | 0.42% | - |
| HSV(B) | 46.08º | 0.91% | 0.78% | - |
| XYZ | 35.28 | 35.82 | 5.59 | - |
| YUV | 152.71 | 51.41 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 17 | 0 | 0.21 | 0.91 | 0.22 | 46.08 | 0.84 | 0.42 |
| Hex | C6 | 9C | 11 | 0 | 15 | 5B | 16 | 2E | 54 | 2A |
| Octal | 306 | 234 | 21 | 0 | 25 | 133 | 26 | 56 | 124 | 52 |
| Binary | 11000110 | 10011100 | 10001 | 0 | 10101 | 1011011 | 10110 | 101110 | 1010100 | 101010 |
Color Harmonies of #C69C11
Complementary color
Monochromatic Colors of #C69C11
Black with #C69C11
Text Example
Text Example
White with #C69C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69C11; }
p { color: rgb(198,156,17); }
H1.HeaderClassName
{
color: #C69C11;
}
.AnyTagClassName
{
color: #C69C11;
}
</style>
background-color css
<style>
a { background-color: #C69C11; }
a { background-color: rgb(198,156,17); }
div.DivClassName
{
background-color: #C69C11;
}
.BgClassName
{
background-color: #C69C11;
}
</style>
border-color css
<style>
span { border-color: #C69C11; }
span { border-color: rgb(198,156,17); }
td.TdClassName
{
border-color: #C69C11;
}
.TagClassName
{
border-color: #C69C11;
}
</style>