Shades of Buddha Gold #C29B0A
Tints of Buddha Gold #C29B0A
RGB
CMYK
RGB Variations
Color information
#C29B0A (or 0xC29B0A) is known color: Buddha Gold. HEX triplet: C2, 9B and 0A. RGB value is (194,155,10). Sum of RGB (Red+Green+Blue) = 194+155+10=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29B0A is #3D64F5. Grayscale: #969696. Windows color (decimal): -4023542 or 695234. OLE color: 695234.
HSL color Cylindrical-coordinate representation of color #C29B0A: hue angle of 47.28º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C29B0A is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 10 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.24 |
| HSL | 47.28º | 0.9% | 0.4% | - |
| HSV(B) | 47.28º | 0.95% | 0.76% | - |
| XYZ | 34.02 | 34.93 | 5.24 | - |
| YUV | 150.13 | 48.92 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 10 | 0 | 0.20 | 0.95 | 0.24 | 47.28 | 0.9 | 0.4 |
| Hex | C2 | 9B | A | 0 | 14 | 5F | 18 | 2F | 5A | 28 |
| Octal | 302 | 233 | 12 | 0 | 24 | 137 | 30 | 57 | 132 | 50 |
| Binary | 11000010 | 10011011 | 1010 | 0 | 10100 | 1011111 | 11000 | 101111 | 1011010 | 101000 |
Color Harmonies of #C29B0A
Complementary color
Monochromatic Colors of #C29B0A
Black with #C29B0A
Text Example
Text Example
White with #C29B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B0A; }
p { color: rgb(194,155,10); }
H1.HeaderClassName
{
color: #C29B0A;
}
.AnyTagClassName
{
color: #C29B0A;
}
</style>
background-color css
<style>
a { background-color: #C29B0A; }
a { background-color: rgb(194,155,10); }
div.DivClassName
{
background-color: #C29B0A;
}
.BgClassName
{
background-color: #C29B0A;
}
</style>
border-color css
<style>
span { border-color: #C29B0A; }
span { border-color: rgb(194,155,10); }
td.TdClassName
{
border-color: #C29B0A;
}
.TagClassName
{
border-color: #C29B0A;
}
</style>