Shades of Buddha Gold #C29D11
Tints of Buddha Gold #C29D11
RGB
CMYK
RGB Variations
Color information
#C29D11 (or 0xC29D11) is known color: Buddha Gold. HEX triplet: C2, 9D and 11. RGB value is (194,157,17). Sum of RGB (Red+Green+Blue) = 194+157+17=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29D11 is #3D62EE. Grayscale: #989898. Windows color (decimal): -4023023 or 1154498. OLE color: 1154498.
HSL color Cylindrical-coordinate representation of color #C29D11: hue angle of 47.46º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C29D11 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 17 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.24 |
| HSL | 47.46º | 0.84% | 0.41% | - |
| HSV(B) | 47.46º | 0.91% | 0.76% | - |
| XYZ | 34.41 | 35.62 | 5.59 | - |
| YUV | 152.1 | 51.76 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 17 | 0 | 0.19 | 0.91 | 0.24 | 47.46 | 0.84 | 0.41 |
| Hex | C2 | 9D | 11 | 0 | 13 | 5B | 18 | 2F | 54 | 29 |
| Octal | 302 | 235 | 21 | 0 | 23 | 133 | 30 | 57 | 124 | 51 |
| Binary | 11000010 | 10011101 | 10001 | 0 | 10011 | 1011011 | 11000 | 101111 | 1010100 | 101001 |
Color Harmonies of #C29D11
Complementary color
Monochromatic Colors of #C29D11
Black with #C29D11
Text Example
Text Example
White with #C29D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D11; }
p { color: rgb(194,157,17); }
H1.HeaderClassName
{
color: #C29D11;
}
.AnyTagClassName
{
color: #C29D11;
}
</style>
background-color css
<style>
a { background-color: #C29D11; }
a { background-color: rgb(194,157,17); }
div.DivClassName
{
background-color: #C29D11;
}
.BgClassName
{
background-color: #C29D11;
}
</style>
border-color css
<style>
span { border-color: #C29D11; }
span { border-color: rgb(194,157,17); }
td.TdClassName
{
border-color: #C29D11;
}
.TagClassName
{
border-color: #C29D11;
}
</style>