Shades of Buddha Gold #C29A18
Tints of Buddha Gold #C29A18
RGB
CMYK
RGB Variations
Color information
#C29A18 (or 0xC29A18) is known color: Buddha Gold. HEX triplet: C2, 9A and 18. RGB value is (194,154,24). Sum of RGB (Red+Green+Blue) = 194+154+24=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29A18 is #3D65E7. Grayscale: #979797. Windows color (decimal): -4023784 or 1612482. OLE color: 1612482.
HSL color Cylindrical-coordinate representation of color #C29A18: hue angle of 45.88º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C29A18 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 24 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.24 |
| HSL | 45.88º | 0.78% | 0.43% | - |
| HSV(B) | 45.88º | 0.88% | 0.76% | - |
| XYZ | 33.97 | 34.65 | 5.76 | - |
| YUV | 151.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 24 | 0 | 0.21 | 0.88 | 0.24 | 45.88 | 0.78 | 0.43 |
| Hex | C2 | 9A | 18 | 0 | 15 | 58 | 18 | 2E | 4E | 2B |
| Octal | 302 | 232 | 30 | 0 | 25 | 130 | 30 | 56 | 116 | 53 |
| Binary | 11000010 | 10011010 | 11000 | 0 | 10101 | 1011000 | 11000 | 101110 | 1001110 | 101011 |
Color Harmonies of #C29A18
Complementary color
Monochromatic Colors of #C29A18
Black with #C29A18
Text Example
Text Example
White with #C29A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A18; }
p { color: rgb(194,154,24); }
H1.HeaderClassName
{
color: #C29A18;
}
.AnyTagClassName
{
color: #C29A18;
}
</style>
background-color css
<style>
a { background-color: #C29A18; }
a { background-color: rgb(194,154,24); }
div.DivClassName
{
background-color: #C29A18;
}
.BgClassName
{
background-color: #C29A18;
}
</style>
border-color css
<style>
span { border-color: #C29A18; }
span { border-color: rgb(194,154,24); }
td.TdClassName
{
border-color: #C29A18;
}
.TagClassName
{
border-color: #C29A18;
}
</style>