Shades of Buddha Gold #C29E08
Tints of Buddha Gold #C29E08
RGB
CMYK
RGB Variations
Color information
#C29E08 (or 0xC29E08) is known color: Buddha Gold. HEX triplet: C2, 9E and 08. RGB value is (194,158,8). Sum of RGB (Red+Green+Blue) = 194+158+8=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29E08 is #3D61F7. Grayscale: #989898. Windows color (decimal): -4022776 or 564930. OLE color: 564930.
HSL color Cylindrical-coordinate representation of color #C29E08: hue angle of 48.39º 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 #C29E08 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.24 |
| HSL | 48.39º | 0.92% | 0.4% | - |
| HSV(B) | 48.39º | 0.96% | 0.76% | - |
| XYZ | 34.52 | 35.94 | 5.35 | - |
| YUV | 151.66 | 46.93 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 8 | 0 | 0.19 | 0.96 | 0.24 | 48.39 | 0.92 | 0.4 |
| Hex | C2 | 9E | 8 | 0 | 13 | 60 | 18 | 30 | 5C | 28 |
| Octal | 302 | 236 | 10 | 0 | 23 | 140 | 30 | 60 | 134 | 50 |
| Binary | 11000010 | 10011110 | 1000 | 0 | 10011 | 1100000 | 11000 | 110000 | 1011100 | 101000 |
Color Harmonies of #C29E08
Complementary color
Monochromatic Colors of #C29E08
Black with #C29E08
Text Example
Text Example
White with #C29E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E08; }
p { color: rgb(194,158,8); }
H1.HeaderClassName
{
color: #C29E08;
}
.AnyTagClassName
{
color: #C29E08;
}
</style>
background-color css
<style>
a { background-color: #C29E08; }
a { background-color: rgb(194,158,8); }
div.DivClassName
{
background-color: #C29E08;
}
.BgClassName
{
background-color: #C29E08;
}
</style>
border-color css
<style>
span { border-color: #C29E08; }
span { border-color: rgb(194,158,8); }
td.TdClassName
{
border-color: #C29E08;
}
.TagClassName
{
border-color: #C29E08;
}
</style>