Shades of Buddha Gold #C69911
Tints of Buddha Gold #C69911
RGB
CMYK
RGB Variations
Color information
#C69911 (or 0xC69911) is known color: Buddha Gold. HEX triplet: C6, 99 and 11. RGB value is (198,153,17). Sum of RGB (Red+Green+Blue) = 198+153+17=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C69911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69911 is #3966EE. Grayscale: #979797. Windows color (decimal): -3761903 or 1153478. OLE color: 1153478.
HSL color Cylindrical-coordinate representation of color #C69911: hue angle of 45.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 #C69911 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 17 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.22 |
| HSL | 45.08º | 0.84% | 0.42% | - |
| HSV(B) | 45.08º | 0.91% | 0.78% | - |
| XYZ | 34.78 | 34.83 | 5.42 | - |
| YUV | 150.95 | 52.41 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 17 | 0 | 0.23 | 0.91 | 0.22 | 45.08 | 0.84 | 0.42 |
| Hex | C6 | 99 | 11 | 0 | 17 | 5B | 16 | 2D | 54 | 2A |
| Octal | 306 | 231 | 21 | 0 | 27 | 133 | 26 | 55 | 124 | 52 |
| Binary | 11000110 | 10011001 | 10001 | 0 | 10111 | 1011011 | 10110 | 101101 | 1010100 | 101010 |
Color Harmonies of #C69911
Complementary color
Monochromatic Colors of #C69911
Black with #C69911
Text Example
Text Example
White with #C69911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69911; }
p { color: rgb(198,153,17); }
H1.HeaderClassName
{
color: #C69911;
}
.AnyTagClassName
{
color: #C69911;
}
</style>
background-color css
<style>
a { background-color: #C69911; }
a { background-color: rgb(198,153,17); }
div.DivClassName
{
background-color: #C69911;
}
.BgClassName
{
background-color: #C69911;
}
</style>
border-color css
<style>
span { border-color: #C69911; }
span { border-color: rgb(198,153,17); }
td.TdClassName
{
border-color: #C69911;
}
.TagClassName
{
border-color: #C69911;
}
</style>