Shades of Buddha Gold #C29B18
Tints of Buddha Gold #C29B18
RGB
CMYK
RGB Variations
Color information
#C29B18 (or 0xC29B18) is known color: Buddha Gold. HEX triplet: C2, 9B and 18. RGB value is (194,155,24). Sum of RGB (Red+Green+Blue) = 194+155+24=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29B18 is #3D64E7. Grayscale: #989898. Windows color (decimal): -4023528 or 1612738. OLE color: 1612738.
HSL color Cylindrical-coordinate representation of color #C29B18: hue angle of 46.24º 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 #C29B18 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 24 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.24 |
| HSL | 46.24º | 0.78% | 0.43% | - |
| HSV(B) | 46.24º | 0.88% | 0.76% | - |
| XYZ | 34.13 | 34.98 | 5.82 | - |
| YUV | 151.73 | 55.92 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 24 | 0 | 0.20 | 0.88 | 0.24 | 46.24 | 0.78 | 0.43 |
| Hex | C2 | 9B | 18 | 0 | 14 | 58 | 18 | 2E | 4E | 2B |
| Octal | 302 | 233 | 30 | 0 | 24 | 130 | 30 | 56 | 116 | 53 |
| Binary | 11000010 | 10011011 | 11000 | 0 | 10100 | 1011000 | 11000 | 101110 | 1001110 | 101011 |
Color Harmonies of #C29B18
Complementary color
Monochromatic Colors of #C29B18
Black with #C29B18
Text Example
Text Example
White with #C29B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B18; }
p { color: rgb(194,155,24); }
H1.HeaderClassName
{
color: #C29B18;
}
.AnyTagClassName
{
color: #C29B18;
}
</style>
background-color css
<style>
a { background-color: #C29B18; }
a { background-color: rgb(194,155,24); }
div.DivClassName
{
background-color: #C29B18;
}
.BgClassName
{
background-color: #C29B18;
}
</style>
border-color css
<style>
span { border-color: #C29B18; }
span { border-color: rgb(194,155,24); }
td.TdClassName
{
border-color: #C29B18;
}
.TagClassName
{
border-color: #C29B18;
}
</style>