Shades of Buddha Gold #C29912
Tints of Buddha Gold #C29912
RGB
CMYK
RGB Variations
Color information
#C29912 (or 0xC29912) is known color: Buddha Gold. HEX triplet: C2, 99 and 12. RGB value is (194,153,18). Sum of RGB (Red+Green+Blue) = 194+153+18=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C29912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29912 is #3D66ED. Grayscale: #969696. Windows color (decimal): -4024046 or 1219010. OLE color: 1219010.
HSL color Cylindrical-coordinate representation of color #C29912: hue angle of 46.02º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C29912 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 18 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.24 |
| HSL | 46.02º | 0.83% | 0.42% | - |
| HSV(B) | 46.02º | 0.91% | 0.76% | - |
| XYZ | 33.75 | 34.3 | 5.41 | - |
| YUV | 149.87 | 53.58 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 18 | 0 | 0.21 | 0.91 | 0.24 | 46.02 | 0.83 | 0.42 |
| Hex | C2 | 99 | 12 | 0 | 15 | 5B | 18 | 2E | 53 | 2A |
| Octal | 302 | 231 | 22 | 0 | 25 | 133 | 30 | 56 | 123 | 52 |
| Binary | 11000010 | 10011001 | 10010 | 0 | 10101 | 1011011 | 11000 | 101110 | 1010011 | 101010 |
Color Harmonies of #C29912
Complementary color
Monochromatic Colors of #C29912
Black with #C29912
Text Example
Text Example
White with #C29912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29912; }
p { color: rgb(194,153,18); }
H1.HeaderClassName
{
color: #C29912;
}
.AnyTagClassName
{
color: #C29912;
}
</style>
background-color css
<style>
a { background-color: #C29912; }
a { background-color: rgb(194,153,18); }
div.DivClassName
{
background-color: #C29912;
}
.BgClassName
{
background-color: #C29912;
}
</style>
border-color css
<style>
span { border-color: #C29912; }
span { border-color: rgb(194,153,18); }
td.TdClassName
{
border-color: #C29912;
}
.TagClassName
{
border-color: #C29912;
}
</style>