Shades of Buddha Gold #C29A0F
Tints of Buddha Gold #C29A0F
RGB
CMYK
RGB Variations
Color information
#C29A0F (or 0xC29A0F) is known color: Buddha Gold. HEX triplet: C2, 9A and 0F. RGB value is (194,154,15). Sum of RGB (Red+Green+Blue) = 194+154+15=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29A0F is #3D65F0. Grayscale: #969696. Windows color (decimal): -4023793 or 1022658. OLE color: 1022658.
HSL color Cylindrical-coordinate representation of color #C29A0F: hue angle of 46.59º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C29A0F is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 15 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.24 |
| HSL | 46.59º | 0.86% | 0.41% | - |
| HSV(B) | 46.59º | 0.92% | 0.76% | - |
| XYZ | 33.89 | 34.62 | 5.35 | - |
| YUV | 150.11 | 51.75 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 15 | 0 | 0.21 | 0.92 | 0.24 | 46.59 | 0.86 | 0.41 |
| Hex | C2 | 9A | F | 0 | 15 | 5C | 18 | 2F | 56 | 29 |
| Octal | 302 | 232 | 17 | 0 | 25 | 134 | 30 | 57 | 126 | 51 |
| Binary | 11000010 | 10011010 | 1111 | 0 | 10101 | 1011100 | 11000 | 101111 | 1010110 | 101001 |
Color Harmonies of #C29A0F
Complementary color
Monochromatic Colors of #C29A0F
Black with #C29A0F
Text Example
Text Example
White with #C29A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A0F; }
p { color: rgb(194,154,15); }
H1.HeaderClassName
{
color: #C29A0F;
}
.AnyTagClassName
{
color: #C29A0F;
}
</style>
background-color css
<style>
a { background-color: #C29A0F; }
a { background-color: rgb(194,154,15); }
div.DivClassName
{
background-color: #C29A0F;
}
.BgClassName
{
background-color: #C29A0F;
}
</style>
border-color css
<style>
span { border-color: #C29A0F; }
span { border-color: rgb(194,154,15); }
td.TdClassName
{
border-color: #C29A0F;
}
.TagClassName
{
border-color: #C29A0F;
}
</style>