Shades of Buddha Gold #C69D1A
Tints of Buddha Gold #C69D1A
RGB
CMYK
RGB Variations
Color information
#C69D1A (or 0xC69D1A) is known color: Buddha Gold. HEX triplet: C6, 9D and 1A. RGB value is (198,157,26). Sum of RGB (Red+Green+Blue) = 198+157+26=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D1A is #3962E5. Grayscale: #9A9A9A. Windows color (decimal): -3760870 or 1744326. OLE color: 1744326.
HSL color Cylindrical-coordinate representation of color #C69D1A: hue angle of 45.7º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C69D1A is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 26 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.22 |
| HSL | 45.7º | 0.77% | 0.44% | - |
| HSV(B) | 45.7º | 0.87% | 0.78% | - |
| XYZ | 35.53 | 36.19 | 6.09 | - |
| YUV | 154.33 | 55.58 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 26 | 0 | 0.21 | 0.87 | 0.22 | 45.7 | 0.77 | 0.44 |
| Hex | C6 | 9D | 1A | 0 | 15 | 57 | 16 | 2E | 4D | 2C |
| Octal | 306 | 235 | 32 | 0 | 25 | 127 | 26 | 56 | 115 | 54 |
| Binary | 11000110 | 10011101 | 11010 | 0 | 10101 | 1010111 | 10110 | 101110 | 1001101 | 101100 |
Color Harmonies of #C69D1A
Complementary color
Monochromatic Colors of #C69D1A
Black with #C69D1A
Text Example
Text Example
White with #C69D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D1A; }
p { color: rgb(198,157,26); }
H1.HeaderClassName
{
color: #C69D1A;
}
.AnyTagClassName
{
color: #C69D1A;
}
</style>
background-color css
<style>
a { background-color: #C69D1A; }
a { background-color: rgb(198,157,26); }
div.DivClassName
{
background-color: #C69D1A;
}
.BgClassName
{
background-color: #C69D1A;
}
</style>
border-color css
<style>
span { border-color: #C69D1A; }
span { border-color: rgb(198,157,26); }
td.TdClassName
{
border-color: #C69D1A;
}
.TagClassName
{
border-color: #C69D1A;
}
</style>