Shades of Buddha Gold #C49709
Tints of Buddha Gold #C49709
RGB
CMYK
RGB Variations
Color information
#C49709 (or 0xC49709) is known color: Buddha Gold. HEX triplet: C4, 97 and 09. RGB value is (196,151,9). Sum of RGB (Red+Green+Blue) = 196+151+9=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C49709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49709 is #3B68F6. Grayscale: #949494. Windows color (decimal): -3893495 or 628676. OLE color: 628676.
HSL color Cylindrical-coordinate representation of color #C49709: hue angle of 45.56º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C49709 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 9 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.23 |
| HSL | 45.56º | 0.91% | 0.4% | - |
| HSV(B) | 45.56º | 0.95% | 0.77% | - |
| XYZ | 33.88 | 33.89 | 5.01 | - |
| YUV | 148.27 | 49.41 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 9 | 0 | 0.23 | 0.95 | 0.23 | 45.56 | 0.91 | 0.4 |
| Hex | C4 | 97 | 9 | 0 | 17 | 5F | 17 | 2E | 5B | 28 |
| Octal | 304 | 227 | 11 | 0 | 27 | 137 | 27 | 56 | 133 | 50 |
| Binary | 11000100 | 10010111 | 1001 | 0 | 10111 | 1011111 | 10111 | 101110 | 1011011 | 101000 |
Color Harmonies of #C49709
Complementary color
Monochromatic Colors of #C49709
Black with #C49709
Text Example
Text Example
White with #C49709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49709; }
p { color: rgb(196,151,9); }
H1.HeaderClassName
{
color: #C49709;
}
.AnyTagClassName
{
color: #C49709;
}
</style>
background-color css
<style>
a { background-color: #C49709; }
a { background-color: rgb(196,151,9); }
div.DivClassName
{
background-color: #C49709;
}
.BgClassName
{
background-color: #C49709;
}
</style>
border-color css
<style>
span { border-color: #C49709; }
span { border-color: rgb(196,151,9); }
td.TdClassName
{
border-color: #C49709;
}
.TagClassName
{
border-color: #C49709;
}
</style>