Shades of Buddha Gold #C29F1D
Tints of Buddha Gold #C29F1D
RGB
CMYK
RGB Variations
Color information
#C29F1D (or 0xC29F1D) is known color: Buddha Gold. HEX triplet: C2, 9F and 1D. RGB value is (194,159,29). Sum of RGB (Red+Green+Blue) = 194+159+29=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29F1D is #3D60E2. Grayscale: #9B9B9B. Windows color (decimal): -4022499 or 1941442. OLE color: 1941442.
HSL color Cylindrical-coordinate representation of color #C29F1D: hue angle of 47.27º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C29F1D is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 29 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.24 |
| HSL | 47.27º | 0.74% | 0.44% | - |
| HSV(B) | 47.27º | 0.85% | 0.76% | - |
| XYZ | 34.87 | 36.35 | 6.34 | - |
| YUV | 154.65 | 57.1 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 29 | 0 | 0.18 | 0.85 | 0.24 | 47.27 | 0.74 | 0.44 |
| Hex | C2 | 9F | 1D | 0 | 12 | 55 | 18 | 2F | 4A | 2C |
| Octal | 302 | 237 | 35 | 0 | 22 | 125 | 30 | 57 | 112 | 54 |
| Binary | 11000010 | 10011111 | 11101 | 0 | 10010 | 1010101 | 11000 | 101111 | 1001010 | 101100 |
Color Harmonies of #C29F1D
Complementary color
Monochromatic Colors of #C29F1D
Black with #C29F1D
Text Example
Text Example
White with #C29F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F1D; }
p { color: rgb(194,159,29); }
H1.HeaderClassName
{
color: #C29F1D;
}
.AnyTagClassName
{
color: #C29F1D;
}
</style>
background-color css
<style>
a { background-color: #C29F1D; }
a { background-color: rgb(194,159,29); }
div.DivClassName
{
background-color: #C29F1D;
}
.BgClassName
{
background-color: #C29F1D;
}
</style>
border-color css
<style>
span { border-color: #C29F1D; }
span { border-color: rgb(194,159,29); }
td.TdClassName
{
border-color: #C29F1D;
}
.TagClassName
{
border-color: #C29F1D;
}
</style>