Shades of Buddha Gold #C69713
Tints of Buddha Gold #C69713
RGB
CMYK
RGB Variations
Color information
#C69713 (or 0xC69713) is known color: Buddha Gold. HEX triplet: C6, 97 and 13. RGB value is (198,151,19). Sum of RGB (Red+Green+Blue) = 198+151+19=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C69713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69713 is #3968EC. Grayscale: #969696. Windows color (decimal): -3762413 or 1284038. OLE color: 1284038.
HSL color Cylindrical-coordinate representation of color #C69713: hue angle of 44.25º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C69713 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 19 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.22 |
| HSL | 44.25º | 0.82% | 0.43% | - |
| HSV(B) | 44.25º | 0.9% | 0.78% | - |
| XYZ | 34.47 | 34.19 | 5.4 | - |
| YUV | 150.01 | 54.07 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 19 | 0 | 0.24 | 0.90 | 0.22 | 44.25 | 0.82 | 0.43 |
| Hex | C6 | 97 | 13 | 0 | 18 | 5A | 16 | 2C | 52 | 2B |
| Octal | 306 | 227 | 23 | 0 | 30 | 132 | 26 | 54 | 122 | 53 |
| Binary | 11000110 | 10010111 | 10011 | 0 | 11000 | 1011010 | 10110 | 101100 | 1010010 | 101011 |
Color Harmonies of #C69713
Complementary color
Monochromatic Colors of #C69713
Black with #C69713
Text Example
Text Example
White with #C69713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69713; }
p { color: rgb(198,151,19); }
H1.HeaderClassName
{
color: #C69713;
}
.AnyTagClassName
{
color: #C69713;
}
</style>
background-color css
<style>
a { background-color: #C69713; }
a { background-color: rgb(198,151,19); }
div.DivClassName
{
background-color: #C69713;
}
.BgClassName
{
background-color: #C69713;
}
</style>
border-color css
<style>
span { border-color: #C69713; }
span { border-color: rgb(198,151,19); }
td.TdClassName
{
border-color: #C69713;
}
.TagClassName
{
border-color: #C69713;
}
</style>