Shades of Buddha Gold #C69917
Tints of Buddha Gold #C69917
RGB
CMYK
RGB Variations
Color information
#C69917 (or 0xC69917) is known color: Buddha Gold. HEX triplet: C6, 99 and 17. RGB value is (198,153,23). Sum of RGB (Red+Green+Blue) = 198+153+23=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C69917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69917 is #3966E8. Grayscale: #989898. Windows color (decimal): -3761897 or 1546694. OLE color: 1546694.
HSL color Cylindrical-coordinate representation of color #C69917: hue angle of 44.57º 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 #C69917 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 23 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.22 |
| HSL | 44.57º | 0.79% | 0.43% | - |
| HSV(B) | 44.57º | 0.88% | 0.78% | - |
| XYZ | 34.83 | 34.85 | 5.7 | - |
| YUV | 151.64 | 55.41 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 23 | 0 | 0.23 | 0.88 | 0.22 | 44.57 | 0.79 | 0.43 |
| Hex | C6 | 99 | 17 | 0 | 17 | 58 | 16 | 2D | 4F | 2B |
| Octal | 306 | 231 | 27 | 0 | 27 | 130 | 26 | 55 | 117 | 53 |
| Binary | 11000110 | 10011001 | 10111 | 0 | 10111 | 1011000 | 10110 | 101101 | 1001111 | 101011 |
Color Harmonies of #C69917
Complementary color
Monochromatic Colors of #C69917
Black with #C69917
Text Example
Text Example
White with #C69917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69917; }
p { color: rgb(198,153,23); }
H1.HeaderClassName
{
color: #C69917;
}
.AnyTagClassName
{
color: #C69917;
}
</style>
background-color css
<style>
a { background-color: #C69917; }
a { background-color: rgb(198,153,23); }
div.DivClassName
{
background-color: #C69917;
}
.BgClassName
{
background-color: #C69917;
}
</style>
border-color css
<style>
span { border-color: #C69917; }
span { border-color: rgb(198,153,23); }
td.TdClassName
{
border-color: #C69917;
}
.TagClassName
{
border-color: #C69917;
}
</style>