Shades of Buddha Gold #C69D14
Tints of Buddha Gold #C69D14
RGB
CMYK
RGB Variations
Color information
#C69D14 (or 0xC69D14) is known color: Buddha Gold. HEX triplet: C6, 9D and 14. RGB value is (198,157,20). Sum of RGB (Red+Green+Blue) = 198+157+20=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69D14 is #3962EB. Grayscale: #9A9A9A. Windows color (decimal): -3760876 or 1351110. OLE color: 1351110.
HSL color Cylindrical-coordinate representation of color #C69D14: hue angle of 46.18º 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 #C69D14 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 20 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.22 |
| HSL | 46.18º | 0.82% | 0.43% | - |
| HSV(B) | 46.18º | 0.9% | 0.78% | - |
| XYZ | 35.47 | 36.17 | 5.77 | - |
| YUV | 153.64 | 52.58 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 20 | 0 | 0.21 | 0.90 | 0.22 | 46.18 | 0.82 | 0.43 |
| Hex | C6 | 9D | 14 | 0 | 15 | 5A | 16 | 2E | 52 | 2B |
| Octal | 306 | 235 | 24 | 0 | 25 | 132 | 26 | 56 | 122 | 53 |
| Binary | 11000110 | 10011101 | 10100 | 0 | 10101 | 1011010 | 10110 | 101110 | 1010010 | 101011 |
Color Harmonies of #C69D14
Complementary color
Monochromatic Colors of #C69D14
Black with #C69D14
Text Example
Text Example
White with #C69D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D14; }
p { color: rgb(198,157,20); }
H1.HeaderClassName
{
color: #C69D14;
}
.AnyTagClassName
{
color: #C69D14;
}
</style>
background-color css
<style>
a { background-color: #C69D14; }
a { background-color: rgb(198,157,20); }
div.DivClassName
{
background-color: #C69D14;
}
.BgClassName
{
background-color: #C69D14;
}
</style>
border-color css
<style>
span { border-color: #C69D14; }
span { border-color: rgb(198,157,20); }
td.TdClassName
{
border-color: #C69D14;
}
.TagClassName
{
border-color: #C69D14;
}
</style>