Shades of Buddha Gold #C29817
Tints of Buddha Gold #C29817
RGB
CMYK
RGB Variations
Color information
#C29817 (or 0xC29817) is known color: Buddha Gold. HEX triplet: C2, 98 and 17. RGB value is (194,152,23). Sum of RGB (Red+Green+Blue) = 194+152+23=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C29817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29817 is #3D67E8. Grayscale: #969696. Windows color (decimal): -4024297 or 1546434. OLE color: 1546434.
HSL color Cylindrical-coordinate representation of color #C29817: hue angle of 45.26º 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 #C29817 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 23 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.24 |
| HSL | 45.26º | 0.79% | 0.43% | - |
| HSV(B) | 45.26º | 0.88% | 0.76% | - |
| XYZ | 33.63 | 33.99 | 5.6 | - |
| YUV | 149.85 | 56.41 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 23 | 0 | 0.22 | 0.88 | 0.24 | 45.26 | 0.79 | 0.43 |
| Hex | C2 | 98 | 17 | 0 | 16 | 58 | 18 | 2D | 4F | 2B |
| Octal | 302 | 230 | 27 | 0 | 26 | 130 | 30 | 55 | 117 | 53 |
| Binary | 11000010 | 10011000 | 10111 | 0 | 10110 | 1011000 | 11000 | 101101 | 1001111 | 101011 |
Color Harmonies of #C29817
Complementary color
Monochromatic Colors of #C29817
Black with #C29817
Text Example
Text Example
White with #C29817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29817; }
p { color: rgb(194,152,23); }
H1.HeaderClassName
{
color: #C29817;
}
.AnyTagClassName
{
color: #C29817;
}
</style>
background-color css
<style>
a { background-color: #C29817; }
a { background-color: rgb(194,152,23); }
div.DivClassName
{
background-color: #C29817;
}
.BgClassName
{
background-color: #C29817;
}
</style>
border-color css
<style>
span { border-color: #C29817; }
span { border-color: rgb(194,152,23); }
td.TdClassName
{
border-color: #C29817;
}
.TagClassName
{
border-color: #C29817;
}
</style>