Shades of Buddha Gold #C29D13
Tints of Buddha Gold #C29D13
RGB
CMYK
RGB Variations
Color information
#C29D13 (or 0xC29D13) is known color: Buddha Gold. HEX triplet: C2, 9D and 13. RGB value is (194,157,19). Sum of RGB (Red+Green+Blue) = 194+157+19=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29D13 is #3D62EC. Grayscale: #989898. Windows color (decimal): -4023021 or 1285570. OLE color: 1285570.
HSL color Cylindrical-coordinate representation of color #C29D13: hue angle of 47.31º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C29D13 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 19 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.24 |
| HSL | 47.31º | 0.82% | 0.42% | - |
| HSV(B) | 47.31º | 0.9% | 0.76% | - |
| XYZ | 34.42 | 35.63 | 5.68 | - |
| YUV | 152.33 | 52.76 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 19 | 0 | 0.19 | 0.90 | 0.24 | 47.31 | 0.82 | 0.42 |
| Hex | C2 | 9D | 13 | 0 | 13 | 5A | 18 | 2F | 52 | 2A |
| Octal | 302 | 235 | 23 | 0 | 23 | 132 | 30 | 57 | 122 | 52 |
| Binary | 11000010 | 10011101 | 10011 | 0 | 10011 | 1011010 | 11000 | 101111 | 1010010 | 101010 |
Color Harmonies of #C29D13
Complementary color
Monochromatic Colors of #C29D13
Black with #C29D13
Text Example
Text Example
White with #C29D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D13; }
p { color: rgb(194,157,19); }
H1.HeaderClassName
{
color: #C29D13;
}
.AnyTagClassName
{
color: #C29D13;
}
</style>
background-color css
<style>
a { background-color: #C29D13; }
a { background-color: rgb(194,157,19); }
div.DivClassName
{
background-color: #C29D13;
}
.BgClassName
{
background-color: #C29D13;
}
</style>
border-color css
<style>
span { border-color: #C29D13; }
span { border-color: rgb(194,157,19); }
td.TdClassName
{
border-color: #C29D13;
}
.TagClassName
{
border-color: #C29D13;
}
</style>