Shades of Buddha Gold #C29908
Tints of Buddha Gold #C29908
RGB
CMYK
RGB Variations
Color information
#C29908 (or 0xC29908) is known color: Buddha Gold. HEX triplet: C2, 99 and 08. RGB value is (194,153,8). Sum of RGB (Red+Green+Blue) = 194+153+8=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C29908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29908 is #3D66F7. Grayscale: #959595. Windows color (decimal): -4024056 or 563650. OLE color: 563650.
HSL color Cylindrical-coordinate representation of color #C29908: hue angle of 46.77º 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 #C29908 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 8 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.24 |
| HSL | 46.77º | 0.92% | 0.4% | - |
| HSV(B) | 46.77º | 0.96% | 0.76% | - |
| XYZ | 33.68 | 34.27 | 5.07 | - |
| YUV | 148.73 | 48.58 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 8 | 0 | 0.21 | 0.96 | 0.24 | 46.77 | 0.92 | 0.4 |
| Hex | C2 | 99 | 8 | 0 | 15 | 60 | 18 | 2F | 5C | 28 |
| Octal | 302 | 231 | 10 | 0 | 25 | 140 | 30 | 57 | 134 | 50 |
| Binary | 11000010 | 10011001 | 1000 | 0 | 10101 | 1100000 | 11000 | 101111 | 1011100 | 101000 |
Color Harmonies of #C29908
Complementary color
Monochromatic Colors of #C29908
Black with #C29908
Text Example
Text Example
White with #C29908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29908; }
p { color: rgb(194,153,8); }
H1.HeaderClassName
{
color: #C29908;
}
.AnyTagClassName
{
color: #C29908;
}
</style>
background-color css
<style>
a { background-color: #C29908; }
a { background-color: rgb(194,153,8); }
div.DivClassName
{
background-color: #C29908;
}
.BgClassName
{
background-color: #C29908;
}
</style>
border-color css
<style>
span { border-color: #C29908; }
span { border-color: rgb(194,153,8); }
td.TdClassName
{
border-color: #C29908;
}
.TagClassName
{
border-color: #C29908;
}
</style>