Shades of Buddha Gold #C29A0D
Tints of Buddha Gold #C29A0D
RGB
CMYK
RGB Variations
Color information
#C29A0D (or 0xC29A0D) is known color: Buddha Gold. HEX triplet: C2, 9A and 0D. RGB value is (194,154,13). Sum of RGB (Red+Green+Blue) = 194+154+13=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29A0D is #3D65F2. Grayscale: #969696. Windows color (decimal): -4023795 or 891586. OLE color: 891586.
HSL color Cylindrical-coordinate representation of color #C29A0D: hue angle of 46.74º 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 #C29A0D is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 13 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.24 |
| HSL | 46.74º | 0.87% | 0.41% | - |
| HSV(B) | 46.74º | 0.93% | 0.76% | - |
| XYZ | 33.88 | 34.61 | 5.28 | - |
| YUV | 149.89 | 50.75 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 13 | 0 | 0.21 | 0.93 | 0.24 | 46.74 | 0.87 | 0.41 |
| Hex | C2 | 9A | D | 0 | 15 | 5D | 18 | 2F | 57 | 29 |
| Octal | 302 | 232 | 15 | 0 | 25 | 135 | 30 | 57 | 127 | 51 |
| Binary | 11000010 | 10011010 | 1101 | 0 | 10101 | 1011101 | 11000 | 101111 | 1010111 | 101001 |
Color Harmonies of #C29A0D
Complementary color
Monochromatic Colors of #C29A0D
Black with #C29A0D
Text Example
Text Example
White with #C29A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A0D; }
p { color: rgb(194,154,13); }
H1.HeaderClassName
{
color: #C29A0D;
}
.AnyTagClassName
{
color: #C29A0D;
}
</style>
background-color css
<style>
a { background-color: #C29A0D; }
a { background-color: rgb(194,154,13); }
div.DivClassName
{
background-color: #C29A0D;
}
.BgClassName
{
background-color: #C29A0D;
}
</style>
border-color css
<style>
span { border-color: #C29A0D; }
span { border-color: rgb(194,154,13); }
td.TdClassName
{
border-color: #C29A0D;
}
.TagClassName
{
border-color: #C29A0D;
}
</style>