Shades of Buddha Gold #C29A11
Tints of Buddha Gold #C29A11
RGB
CMYK
RGB Variations
Color information
#C29A11 (or 0xC29A11) is known color: Buddha Gold. HEX triplet: C2, 9A and 11. RGB value is (194,154,17). Sum of RGB (Red+Green+Blue) = 194+154+17=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29A11 is #3D65EE. Grayscale: #969696. Windows color (decimal): -4023791 or 1153730. OLE color: 1153730.
HSL color Cylindrical-coordinate representation of color #C29A11: hue angle of 46.44º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C29A11 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 17 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.24 |
| HSL | 46.44º | 0.84% | 0.41% | - |
| HSV(B) | 46.44º | 0.91% | 0.76% | - |
| XYZ | 33.9 | 34.62 | 5.43 | - |
| YUV | 150.34 | 52.75 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 17 | 0 | 0.21 | 0.91 | 0.24 | 46.44 | 0.84 | 0.41 |
| Hex | C2 | 9A | 11 | 0 | 15 | 5B | 18 | 2E | 54 | 29 |
| Octal | 302 | 232 | 21 | 0 | 25 | 133 | 30 | 56 | 124 | 51 |
| Binary | 11000010 | 10011010 | 10001 | 0 | 10101 | 1011011 | 11000 | 101110 | 1010100 | 101001 |
Color Harmonies of #C29A11
Complementary color
Monochromatic Colors of #C29A11
Black with #C29A11
Text Example
Text Example
White with #C29A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A11; }
p { color: rgb(194,154,17); }
H1.HeaderClassName
{
color: #C29A11;
}
.AnyTagClassName
{
color: #C29A11;
}
</style>
background-color css
<style>
a { background-color: #C29A11; }
a { background-color: rgb(194,154,17); }
div.DivClassName
{
background-color: #C29A11;
}
.BgClassName
{
background-color: #C29A11;
}
</style>
border-color css
<style>
span { border-color: #C29A11; }
span { border-color: rgb(194,154,17); }
td.TdClassName
{
border-color: #C29A11;
}
.TagClassName
{
border-color: #C29A11;
}
</style>