Shades of Buddha Gold #C29D1F
Tints of Buddha Gold #C29D1F
RGB
CMYK
RGB Variations
Color information
#C29D1F (or 0xC29D1F) is known color: Buddha Gold. HEX triplet: C2, 9D and 1F. RGB value is (194,157,31). Sum of RGB (Red+Green+Blue) = 194+157+31=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D1F is #3D62E0. Grayscale: #9A9A9A. Windows color (decimal): -4023009 or 2072002. OLE color: 2072002.
HSL color Cylindrical-coordinate representation of color #C29D1F: hue angle of 46.38º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C29D1F is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 31 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.24 |
| HSL | 46.38º | 0.72% | 0.44% | - |
| HSV(B) | 46.38º | 0.84% | 0.76% | - |
| XYZ | 34.55 | 35.68 | 6.36 | - |
| YUV | 153.7 | 58.76 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 31 | 0 | 0.19 | 0.84 | 0.24 | 46.38 | 0.72 | 0.44 |
| Hex | C2 | 9D | 1F | 0 | 13 | 54 | 18 | 2E | 48 | 2C |
| Octal | 302 | 235 | 37 | 0 | 23 | 124 | 30 | 56 | 110 | 54 |
| Binary | 11000010 | 10011101 | 11111 | 0 | 10011 | 1010100 | 11000 | 101110 | 1001000 | 101100 |
Color Harmonies of #C29D1F
Complementary color
Monochromatic Colors of #C29D1F
Black with #C29D1F
Text Example
Text Example
White with #C29D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D1F; }
p { color: rgb(194,157,31); }
H1.HeaderClassName
{
color: #C29D1F;
}
.AnyTagClassName
{
color: #C29D1F;
}
</style>
background-color css
<style>
a { background-color: #C29D1F; }
a { background-color: rgb(194,157,31); }
div.DivClassName
{
background-color: #C29D1F;
}
.BgClassName
{
background-color: #C29D1F;
}
</style>
border-color css
<style>
span { border-color: #C29D1F; }
span { border-color: rgb(194,157,31); }
td.TdClassName
{
border-color: #C29D1F;
}
.TagClassName
{
border-color: #C29D1F;
}
</style>