Shades of Buddha Gold #C69905
Tints of Buddha Gold #C69905
RGB
CMYK
RGB Variations
Color information
#C69905 (or 0xC69905) is known color: Buddha Gold. HEX triplet: C6, 99 and 05. RGB value is (198,153,5). Sum of RGB (Red+Green+Blue) = 198+153+5=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C69905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69905 is #3966FA. Grayscale: #969696. Windows color (decimal): -3761915 or 367046. OLE color: 367046.
HSL color Cylindrical-coordinate representation of color #C69905: hue angle of 46.01º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C69905 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 5 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.22 |
| HSL | 46.01º | 0.95% | 0.4% | - |
| HSV(B) | 46.01º | 0.97% | 0.78% | - |
| XYZ | 34.71 | 34.8 | 5.03 | - |
| YUV | 149.58 | 46.41 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 5 | 0 | 0.23 | 0.97 | 0.22 | 46.01 | 0.95 | 0.4 |
| Hex | C6 | 99 | 5 | 0 | 17 | 61 | 16 | 2E | 5F | 28 |
| Octal | 306 | 231 | 5 | 0 | 27 | 141 | 26 | 56 | 137 | 50 |
| Binary | 11000110 | 10011001 | 101 | 0 | 10111 | 1100001 | 10110 | 101110 | 1011111 | 101000 |
Color Harmonies of #C69905
Complementary color
Monochromatic Colors of #C69905
Black with #C69905
Text Example
Text Example
White with #C69905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69905; }
p { color: rgb(198,153,5); }
H1.HeaderClassName
{
color: #C69905;
}
.AnyTagClassName
{
color: #C69905;
}
</style>
background-color css
<style>
a { background-color: #C69905; }
a { background-color: rgb(198,153,5); }
div.DivClassName
{
background-color: #C69905;
}
.BgClassName
{
background-color: #C69905;
}
</style>
border-color css
<style>
span { border-color: #C69905; }
span { border-color: rgb(198,153,5); }
td.TdClassName
{
border-color: #C69905;
}
.TagClassName
{
border-color: #C69905;
}
</style>