Shades of Buddha Gold #C69A13
Tints of Buddha Gold #C69A13
RGB
CMYK
RGB Variations
Color information
#C69A13 (or 0xC69A13) is known color: Buddha Gold. HEX triplet: C6, 9A and 13. RGB value is (198,154,19). Sum of RGB (Red+Green+Blue) = 198+154+19=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69A13 is #3965EC. Grayscale: #989898. Windows color (decimal): -3761645 or 1284806. OLE color: 1284806.
HSL color Cylindrical-coordinate representation of color #C69A13: hue angle of 45.25º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C69A13 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 19 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.22 |
| HSL | 45.25º | 0.82% | 0.43% | - |
| HSV(B) | 45.25º | 0.9% | 0.78% | - |
| XYZ | 34.96 | 35.16 | 5.56 | - |
| YUV | 151.77 | 53.08 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 19 | 0 | 0.22 | 0.90 | 0.22 | 45.25 | 0.82 | 0.43 |
| Hex | C6 | 9A | 13 | 0 | 16 | 5A | 16 | 2D | 52 | 2B |
| Octal | 306 | 232 | 23 | 0 | 26 | 132 | 26 | 55 | 122 | 53 |
| Binary | 11000110 | 10011010 | 10011 | 0 | 10110 | 1011010 | 10110 | 101101 | 1010010 | 101011 |
Color Harmonies of #C69A13
Complementary color
Monochromatic Colors of #C69A13
Black with #C69A13
Text Example
Text Example
White with #C69A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69A13; }
p { color: rgb(198,154,19); }
H1.HeaderClassName
{
color: #C69A13;
}
.AnyTagClassName
{
color: #C69A13;
}
</style>
background-color css
<style>
a { background-color: #C69A13; }
a { background-color: rgb(198,154,19); }
div.DivClassName
{
background-color: #C69A13;
}
.BgClassName
{
background-color: #C69A13;
}
</style>
border-color css
<style>
span { border-color: #C69A13; }
span { border-color: rgb(198,154,19); }
td.TdClassName
{
border-color: #C69A13;
}
.TagClassName
{
border-color: #C69A13;
}
</style>