Shades of Buddha Gold #C29919
Tints of Buddha Gold #C29919
RGB
CMYK
RGB Variations
Color information
#C29919 (or 0xC29919) is known color: Buddha Gold. HEX triplet: C2, 99 and 19. RGB value is (194,153,25). Sum of RGB (Red+Green+Blue) = 194+153+25=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C29919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29919 is #3D66E6. Grayscale: #979797. Windows color (decimal): -4024039 or 1677762. OLE color: 1677762.
HSL color Cylindrical-coordinate representation of color #C29919: hue angle of 45.44º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C29919 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 25 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.24 |
| HSL | 45.44º | 0.77% | 0.43% | - |
| HSV(B) | 45.44º | 0.87% | 0.76% | - |
| XYZ | 33.81 | 34.32 | 5.76 | - |
| YUV | 150.67 | 57.08 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 25 | 0 | 0.21 | 0.87 | 0.24 | 45.44 | 0.77 | 0.43 |
| Hex | C2 | 99 | 19 | 0 | 15 | 57 | 18 | 2D | 4D | 2B |
| Octal | 302 | 231 | 31 | 0 | 25 | 127 | 30 | 55 | 115 | 53 |
| Binary | 11000010 | 10011001 | 11001 | 0 | 10101 | 1010111 | 11000 | 101101 | 1001101 | 101011 |
Color Harmonies of #C29919
Complementary color
Monochromatic Colors of #C29919
Black with #C29919
Text Example
Text Example
White with #C29919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29919; }
p { color: rgb(194,153,25); }
H1.HeaderClassName
{
color: #C29919;
}
.AnyTagClassName
{
color: #C29919;
}
</style>
background-color css
<style>
a { background-color: #C29919; }
a { background-color: rgb(194,153,25); }
div.DivClassName
{
background-color: #C29919;
}
.BgClassName
{
background-color: #C29919;
}
</style>
border-color css
<style>
span { border-color: #C29919; }
span { border-color: rgb(194,153,25); }
td.TdClassName
{
border-color: #C29919;
}
.TagClassName
{
border-color: #C29919;
}
</style>