Shades of Buddha Gold #C29517
Tints of Buddha Gold #C29517
RGB
CMYK
RGB Variations
Color information
#C29517 (or 0xC29517) is known color: Buddha Gold. HEX triplet: C2, 95 and 17. RGB value is (194,149,23). Sum of RGB (Red+Green+Blue) = 194+149+23=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C29517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29517 is #3D6AE8. Grayscale: #949494. Windows color (decimal): -4025065 or 1545666. OLE color: 1545666.
HSL color Cylindrical-coordinate representation of color #C29517: hue angle of 44.21º 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 #C29517 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 23 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.24 |
| HSL | 44.21º | 0.79% | 0.43% | - |
| HSV(B) | 44.21º | 0.88% | 0.76% | - |
| XYZ | 33.15 | 33.03 | 5.44 | - |
| YUV | 148.09 | 57.41 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 23 | 0 | 0.23 | 0.88 | 0.24 | 44.21 | 0.79 | 0.43 |
| Hex | C2 | 95 | 17 | 0 | 17 | 58 | 18 | 2C | 4F | 2B |
| Octal | 302 | 225 | 27 | 0 | 27 | 130 | 30 | 54 | 117 | 53 |
| Binary | 11000010 | 10010101 | 10111 | 0 | 10111 | 1011000 | 11000 | 101100 | 1001111 | 101011 |
Color Harmonies of #C29517
Complementary color
Monochromatic Colors of #C29517
Black with #C29517
Text Example
Text Example
White with #C29517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29517; }
p { color: rgb(194,149,23); }
H1.HeaderClassName
{
color: #C29517;
}
.AnyTagClassName
{
color: #C29517;
}
</style>
background-color css
<style>
a { background-color: #C29517; }
a { background-color: rgb(194,149,23); }
div.DivClassName
{
background-color: #C29517;
}
.BgClassName
{
background-color: #C29517;
}
</style>
border-color css
<style>
span { border-color: #C29517; }
span { border-color: rgb(194,149,23); }
td.TdClassName
{
border-color: #C29517;
}
.TagClassName
{
border-color: #C29517;
}
</style>