Shades of Buddha Gold #C29D22
Tints of Buddha Gold #C29D22
RGB
CMYK
RGB Variations
Color information
#C29D22 (or 0xC29D22) is known color: Buddha Gold. HEX triplet: C2, 9D and 22. RGB value is (194,157,34). Sum of RGB (Red+Green+Blue) = 194+157+34=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D22 is #3D62DD. Grayscale: #9A9A9A. Windows color (decimal): -4023006 or 2268610. OLE color: 2268610.
HSL color Cylindrical-coordinate representation of color #C29D22: hue angle of 46.12º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C29D22 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 157 | 34 | - |
CMYK | 0 | 0.19 | 0.82 | 0.24 |
HSL | 46.13º | 0.7% | 0.45% | - |
HSV(B) | 46.13º | 0.82% | 0.76% | - |
XYZ | 34.59 | 35.7 | 6.58 | - |
YUV | 154.04 | 60.26 | 156.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 157 | 34 | 0 | 0.19 | 0.82 | 0.24 | 46.13 | 0.7 | 0.45 |
Hex | C2 | 9D | 22 | 0 | 13 | 52 | 18 | 2E | 46 | 2D |
Octal | 302 | 235 | 42 | 0 | 23 | 122 | 30 | 56 | 106 | 55 |
Binary | 11000010 | 10011101 | 100010 | 0 | 10011 | 1010010 | 11000 | 101110 | 1000110 | 101101 |
Color Harmonies of #C29D22
Complementary color
Monochromatic Colors of #C29D22
Black with #C29D22
Text Example
Text Example
White with #C29D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D22; }
p { color: rgb(194,157,34); }
H1.HeaderClassName
{
color: #C29D22;
}
.AnyTagClassName
{
color: #C29D22;
}
</style>
background-color css
<style>
a { background-color: #C29D22; }
a { background-color: rgb(194,157,34); }
div.DivClassName
{
background-color: #C29D22;
}
.BgClassName
{
background-color: #C29D22;
}
</style>
border-color css
<style>
span { border-color: #C29D22; }
span { border-color: rgb(194,157,34); }
td.TdClassName
{
border-color: #C29D22;
}
.TagClassName
{
border-color: #C29D22;
}
</style>