Shades of Buddha Gold #C29D23
Tints of Buddha Gold #C29D23
RGB
CMYK
RGB Variations
Color information
#C29D23 (or 0xC29D23) is known color: Buddha Gold. HEX triplet: C2, 9D and 23. RGB value is (194,157,35). Sum of RGB (Red+Green+Blue) = 194+157+35=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D23 is #3D62DC. Grayscale: #9A9A9A. Windows color (decimal): -4023005 or 2334146. OLE color: 2334146.
HSL color Cylindrical-coordinate representation of color #C29D23: hue angle of 46.04º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C29D23 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 35 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.24 |
| HSL | 46.04º | 0.69% | 0.45% | - |
| HSV(B) | 46.04º | 0.82% | 0.76% | - |
| XYZ | 34.61 | 35.7 | 6.66 | - |
| YUV | 154.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 35 | 0 | 0.19 | 0.82 | 0.24 | 46.04 | 0.69 | 0.45 |
| Hex | C2 | 9D | 23 | 0 | 13 | 52 | 18 | 2E | 45 | 2D |
| Octal | 302 | 235 | 43 | 0 | 23 | 122 | 30 | 56 | 105 | 55 |
| Binary | 11000010 | 10011101 | 100011 | 0 | 10011 | 1010010 | 11000 | 101110 | 1000101 | 101101 |
Color Harmonies of #C29D23
Complementary color
Monochromatic Colors of #C29D23
Black with #C29D23
Text Example
Text Example
White with #C29D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D23; }
p { color: rgb(194,157,35); }
H1.HeaderClassName
{
color: #C29D23;
}
.AnyTagClassName
{
color: #C29D23;
}
</style>
background-color css
<style>
a { background-color: #C29D23; }
a { background-color: rgb(194,157,35); }
div.DivClassName
{
background-color: #C29D23;
}
.BgClassName
{
background-color: #C29D23;
}
</style>
border-color css
<style>
span { border-color: #C29D23; }
span { border-color: rgb(194,157,35); }
td.TdClassName
{
border-color: #C29D23;
}
.TagClassName
{
border-color: #C29D23;
}
</style>