Shades of Buddha Gold #C29B0E
Tints of Buddha Gold #C29B0E
RGB
CMYK
RGB Variations
Color information
#C29B0E (or 0xC29B0E) is known color: Buddha Gold. HEX triplet: C2, 9B and 0E. RGB value is (194,155,14). Sum of RGB (Red+Green+Blue) = 194+155+14=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29B0E is #3D64F1. Grayscale: #979797. Windows color (decimal): -4023538 or 957378. OLE color: 957378.
HSL color Cylindrical-coordinate representation of color #C29B0E: hue angle of 47º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C29B0E is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 14 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.24 |
| HSL | 47º | 0.87% | 0.41% | - |
| HSV(B) | 47º | 0.93% | 0.76% | - |
| XYZ | 34.05 | 34.94 | 5.37 | - |
| YUV | 150.59 | 50.92 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 14 | 0 | 0.20 | 0.93 | 0.24 | 47 | 0.87 | 0.41 |
| Hex | C2 | 9B | E | 0 | 14 | 5D | 18 | 2F | 57 | 29 |
| Octal | 302 | 233 | 16 | 0 | 24 | 135 | 30 | 57 | 127 | 51 |
| Binary | 11000010 | 10011011 | 1110 | 0 | 10100 | 1011101 | 11000 | 101111 | 1010111 | 101001 |
Color Harmonies of #C29B0E
Complementary color
Monochromatic Colors of #C29B0E
Black with #C29B0E
Text Example
Text Example
White with #C29B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B0E; }
p { color: rgb(194,155,14); }
H1.HeaderClassName
{
color: #C29B0E;
}
.AnyTagClassName
{
color: #C29B0E;
}
</style>
background-color css
<style>
a { background-color: #C29B0E; }
a { background-color: rgb(194,155,14); }
div.DivClassName
{
background-color: #C29B0E;
}
.BgClassName
{
background-color: #C29B0E;
}
</style>
border-color css
<style>
span { border-color: #C29B0E; }
span { border-color: rgb(194,155,14); }
td.TdClassName
{
border-color: #C29B0E;
}
.TagClassName
{
border-color: #C29B0E;
}
</style>