Shades of Buddha Gold #C69D11
Tints of Buddha Gold #C69D11
RGB
CMYK
RGB Variations
Color information
#C69D11 (or 0xC69D11) is known color: Buddha Gold. HEX triplet: C6, 9D and 11. RGB value is (198,157,17). Sum of RGB (Red+Green+Blue) = 198+157+17=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69D11 is #3962EE. Grayscale: #999999. Windows color (decimal): -3760879 or 1154502. OLE color: 1154502.
HSL color Cylindrical-coordinate representation of color #C69D11: hue angle of 46.41º 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 #C69D11 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 17 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.22 |
| HSL | 46.41º | 0.84% | 0.42% | - |
| HSV(B) | 46.41º | 0.91% | 0.78% | - |
| XYZ | 35.45 | 36.16 | 5.64 | - |
| YUV | 153.3 | 51.08 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 17 | 0 | 0.21 | 0.91 | 0.22 | 46.41 | 0.84 | 0.42 |
| Hex | C6 | 9D | 11 | 0 | 15 | 5B | 16 | 2E | 54 | 2A |
| Octal | 306 | 235 | 21 | 0 | 25 | 133 | 26 | 56 | 124 | 52 |
| Binary | 11000110 | 10011101 | 10001 | 0 | 10101 | 1011011 | 10110 | 101110 | 1010100 | 101010 |
Color Harmonies of #C69D11
Complementary color
Monochromatic Colors of #C69D11
Black with #C69D11
Text Example
Text Example
White with #C69D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D11; }
p { color: rgb(198,157,17); }
H1.HeaderClassName
{
color: #C69D11;
}
.AnyTagClassName
{
color: #C69D11;
}
</style>
background-color css
<style>
a { background-color: #C69D11; }
a { background-color: rgb(198,157,17); }
div.DivClassName
{
background-color: #C69D11;
}
.BgClassName
{
background-color: #C69D11;
}
</style>
border-color css
<style>
span { border-color: #C69D11; }
span { border-color: rgb(198,157,17); }
td.TdClassName
{
border-color: #C69D11;
}
.TagClassName
{
border-color: #C69D11;
}
</style>