Shades of Buddha Gold #C39717
Tints of Buddha Gold #C39717
RGB
CMYK
RGB Variations
Color information
#C39717 (or 0xC39717) is known color: Buddha Gold. HEX triplet: C3, 97 and 17. RGB value is (195,151,23). Sum of RGB (Red+Green+Blue) = 195+151+23=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C39717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39717 is #3C68E8. Grayscale: #969696. Windows color (decimal): -3959017 or 1546179. OLE color: 1546179.
HSL color Cylindrical-coordinate representation of color #C39717: hue angle of 44.65º 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 #C39717 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 23 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.24 |
| HSL | 44.65º | 0.79% | 0.43% | - |
| HSV(B) | 44.65º | 0.88% | 0.76% | - |
| XYZ | 33.73 | 33.8 | 5.56 | - |
| YUV | 149.56 | 56.58 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 23 | 0 | 0.23 | 0.88 | 0.24 | 44.65 | 0.79 | 0.43 |
| Hex | C3 | 97 | 17 | 0 | 17 | 58 | 18 | 2D | 4F | 2B |
| Octal | 303 | 227 | 27 | 0 | 27 | 130 | 30 | 55 | 117 | 53 |
| Binary | 11000011 | 10010111 | 10111 | 0 | 10111 | 1011000 | 11000 | 101101 | 1001111 | 101011 |
Color Harmonies of #C39717
Complementary color
Monochromatic Colors of #C39717
Black with #C39717
Text Example
Text Example
White with #C39717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39717; }
p { color: rgb(195,151,23); }
H1.HeaderClassName
{
color: #C39717;
}
.AnyTagClassName
{
color: #C39717;
}
</style>
background-color css
<style>
a { background-color: #C39717; }
a { background-color: rgb(195,151,23); }
div.DivClassName
{
background-color: #C39717;
}
.BgClassName
{
background-color: #C39717;
}
</style>
border-color css
<style>
span { border-color: #C39717; }
span { border-color: rgb(195,151,23); }
td.TdClassName
{
border-color: #C39717;
}
.TagClassName
{
border-color: #C39717;
}
</style>