Shades of Buddha Gold #C29F08
Tints of Buddha Gold #C29F08
RGB
CMYK
RGB Variations
Color information
#C29F08 (or 0xC29F08) is known color: Buddha Gold. HEX triplet: C2, 9F and 08. RGB value is (194,159,8). Sum of RGB (Red+Green+Blue) = 194+159+8=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29F08 is #3D60F7. Grayscale: #989898. Windows color (decimal): -4022520 or 565186. OLE color: 565186.
HSL color Cylindrical-coordinate representation of color #C29F08: hue angle of 48.71º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C29F08 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 8 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.24 |
| HSL | 48.71º | 0.92% | 0.4% | - |
| HSV(B) | 48.71º | 0.96% | 0.76% | - |
| XYZ | 34.69 | 36.28 | 5.4 | - |
| YUV | 152.25 | 46.6 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 8 | 0 | 0.18 | 0.96 | 0.24 | 48.71 | 0.92 | 0.4 |
| Hex | C2 | 9F | 8 | 0 | 12 | 60 | 18 | 31 | 5C | 28 |
| Octal | 302 | 237 | 10 | 0 | 22 | 140 | 30 | 61 | 134 | 50 |
| Binary | 11000010 | 10011111 | 1000 | 0 | 10010 | 1100000 | 11000 | 110001 | 1011100 | 101000 |
Color Harmonies of #C29F08
Complementary color
Monochromatic Colors of #C29F08
Black with #C29F08
Text Example
Text Example
White with #C29F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F08; }
p { color: rgb(194,159,8); }
H1.HeaderClassName
{
color: #C29F08;
}
.AnyTagClassName
{
color: #C29F08;
}
</style>
background-color css
<style>
a { background-color: #C29F08; }
a { background-color: rgb(194,159,8); }
div.DivClassName
{
background-color: #C29F08;
}
.BgClassName
{
background-color: #C29F08;
}
</style>
border-color css
<style>
span { border-color: #C29F08; }
span { border-color: rgb(194,159,8); }
td.TdClassName
{
border-color: #C29F08;
}
.TagClassName
{
border-color: #C29F08;
}
</style>