Shades of Buddha Gold #C69F11
Tints of Buddha Gold #C69F11
RGB
CMYK
RGB Variations
Color information
#C69F11 (or 0xC69F11) is known color: Buddha Gold. HEX triplet: C6, 9F and 11. RGB value is (198,159,17). Sum of RGB (Red+Green+Blue) = 198+159+17=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69F11 is #3960EE. Grayscale: #9B9B9B. Windows color (decimal): -3760367 or 1155014. OLE color: 1155014.
HSL color Cylindrical-coordinate representation of color #C69F11: hue angle of 47.07º 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 #C69F11 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 159 | 17 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.22 |
| HSL | 47.07º | 0.84% | 0.42% | - |
| HSV(B) | 47.07º | 0.91% | 0.78% | - |
| XYZ | 35.79 | 36.84 | 5.76 | - |
| YUV | 154.47 | 50.42 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 17 | 0 | 0.20 | 0.91 | 0.22 | 47.07 | 0.84 | 0.42 |
| Hex | C6 | 9F | 11 | 0 | 14 | 5B | 16 | 2F | 54 | 2A |
| Octal | 306 | 237 | 21 | 0 | 24 | 133 | 26 | 57 | 124 | 52 |
| Binary | 11000110 | 10011111 | 10001 | 0 | 10100 | 1011011 | 10110 | 101111 | 1010100 | 101010 |
Color Harmonies of #C69F11
Complementary color
Monochromatic Colors of #C69F11
Black with #C69F11
Text Example
Text Example
White with #C69F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69F11; }
p { color: rgb(198,159,17); }
H1.HeaderClassName
{
color: #C69F11;
}
.AnyTagClassName
{
color: #C69F11;
}
</style>
background-color css
<style>
a { background-color: #C69F11; }
a { background-color: rgb(198,159,17); }
div.DivClassName
{
background-color: #C69F11;
}
.BgClassName
{
background-color: #C69F11;
}
</style>
border-color css
<style>
span { border-color: #C69F11; }
span { border-color: rgb(198,159,17); }
td.TdClassName
{
border-color: #C69F11;
}
.TagClassName
{
border-color: #C69F11;
}
</style>