Shades of Buddha Gold #C69517
Tints of Buddha Gold #C69517
RGB
CMYK
RGB Variations
Color information
#C69517 (or 0xC69517) is known color: Buddha Gold. HEX triplet: C6, 95 and 17. RGB value is (198,149,23). Sum of RGB (Red+Green+Blue) = 198+149+23=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C69517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69517 is #396AE8. Grayscale: #959595. Windows color (decimal): -3762921 or 1545670. OLE color: 1545670.
HSL color Cylindrical-coordinate representation of color #C69517: hue angle of 43.2º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C69517 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 23 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.22 |
| HSL | 43.2º | 0.79% | 0.43% | - |
| HSV(B) | 43.2º | 0.88% | 0.78% | - |
| XYZ | 34.19 | 33.56 | 5.49 | - |
| YUV | 149.29 | 56.73 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 23 | 0 | 0.25 | 0.88 | 0.22 | 43.2 | 0.79 | 0.43 |
| Hex | C6 | 95 | 17 | 0 | 19 | 58 | 16 | 2B | 4F | 2B |
| Octal | 306 | 225 | 27 | 0 | 31 | 130 | 26 | 53 | 117 | 53 |
| Binary | 11000110 | 10010101 | 10111 | 0 | 11001 | 1011000 | 10110 | 101011 | 1001111 | 101011 |
Color Harmonies of #C69517
Complementary color
Monochromatic Colors of #C69517
Black with #C69517
Text Example
Text Example
White with #C69517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69517; }
p { color: rgb(198,149,23); }
H1.HeaderClassName
{
color: #C69517;
}
.AnyTagClassName
{
color: #C69517;
}
</style>
background-color css
<style>
a { background-color: #C69517; }
a { background-color: rgb(198,149,23); }
div.DivClassName
{
background-color: #C69517;
}
.BgClassName
{
background-color: #C69517;
}
</style>
border-color css
<style>
span { border-color: #C69517; }
span { border-color: rgb(198,149,23); }
td.TdClassName
{
border-color: #C69517;
}
.TagClassName
{
border-color: #C69517;
}
</style>