Shades of Buddha Gold #C69E14
Tints of Buddha Gold #C69E14
RGB
CMYK
RGB Variations
Color information
#C69E14 (or 0xC69E14) is known color: Buddha Gold. HEX triplet: C6, 9E and 14. RGB value is (198,158,20). Sum of RGB (Red+Green+Blue) = 198+158+20=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69E14 is #3961EB. Grayscale: #9A9A9A. Windows color (decimal): -3760620 or 1351366. OLE color: 1351366.
HSL color Cylindrical-coordinate representation of color #C69E14: hue angle of 46.52º 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 #C69E14 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 20 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.22 |
| HSL | 46.52º | 0.82% | 0.43% | - |
| HSV(B) | 46.52º | 0.9% | 0.78% | - |
| XYZ | 35.64 | 36.51 | 5.83 | - |
| YUV | 154.23 | 52.25 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 20 | 0 | 0.20 | 0.90 | 0.22 | 46.52 | 0.82 | 0.43 |
| Hex | C6 | 9E | 14 | 0 | 14 | 5A | 16 | 2F | 52 | 2B |
| Octal | 306 | 236 | 24 | 0 | 24 | 132 | 26 | 57 | 122 | 53 |
| Binary | 11000110 | 10011110 | 10100 | 0 | 10100 | 1011010 | 10110 | 101111 | 1010010 | 101011 |
Color Harmonies of #C69E14
Complementary color
Monochromatic Colors of #C69E14
Black with #C69E14
Text Example
Text Example
White with #C69E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69E14; }
p { color: rgb(198,158,20); }
H1.HeaderClassName
{
color: #C69E14;
}
.AnyTagClassName
{
color: #C69E14;
}
</style>
background-color css
<style>
a { background-color: #C69E14; }
a { background-color: rgb(198,158,20); }
div.DivClassName
{
background-color: #C69E14;
}
.BgClassName
{
background-color: #C69E14;
}
</style>
border-color css
<style>
span { border-color: #C69E14; }
span { border-color: rgb(198,158,20); }
td.TdClassName
{
border-color: #C69E14;
}
.TagClassName
{
border-color: #C69E14;
}
</style>