Shades of Buddha Gold #C29A17
Tints of Buddha Gold #C29A17
RGB
CMYK
RGB Variations
Color information
#C29A17 (or 0xC29A17) is known color: Buddha Gold. HEX triplet: C2, 9A and 17. RGB value is (194,154,23). Sum of RGB (Red+Green+Blue) = 194+154+23=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29A17 is #3D65E8. Grayscale: #979797. Windows color (decimal): -4023785 or 1546946. OLE color: 1546946.
HSL color Cylindrical-coordinate representation of color #C29A17: hue angle of 45.96º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C29A17 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 23 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.24 |
| HSL | 45.96º | 0.79% | 0.43% | - |
| HSV(B) | 45.96º | 0.88% | 0.76% | - |
| XYZ | 33.96 | 34.64 | 5.71 | - |
| YUV | 151.03 | 55.75 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 23 | 0 | 0.21 | 0.88 | 0.24 | 45.96 | 0.79 | 0.43 |
| Hex | C2 | 9A | 17 | 0 | 15 | 58 | 18 | 2E | 4F | 2B |
| Octal | 302 | 232 | 27 | 0 | 25 | 130 | 30 | 56 | 117 | 53 |
| Binary | 11000010 | 10011010 | 10111 | 0 | 10101 | 1011000 | 11000 | 101110 | 1001111 | 101011 |
Color Harmonies of #C29A17
Complementary color
Monochromatic Colors of #C29A17
Black with #C29A17
Text Example
Text Example
White with #C29A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A17; }
p { color: rgb(194,154,23); }
H1.HeaderClassName
{
color: #C29A17;
}
.AnyTagClassName
{
color: #C29A17;
}
</style>
background-color css
<style>
a { background-color: #C29A17; }
a { background-color: rgb(194,154,23); }
div.DivClassName
{
background-color: #C29A17;
}
.BgClassName
{
background-color: #C29A17;
}
</style>
border-color css
<style>
span { border-color: #C29A17; }
span { border-color: rgb(194,154,23); }
td.TdClassName
{
border-color: #C29A17;
}
.TagClassName
{
border-color: #C29A17;
}
</style>