Shades of Buddha Gold #C29B11
Tints of Buddha Gold #C29B11
RGB
CMYK
RGB Variations
Color information
#C29B11 (or 0xC29B11) is known color: Buddha Gold. HEX triplet: C2, 9B and 11. RGB value is (194,155,17). Sum of RGB (Red+Green+Blue) = 194+155+17=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29B11 is #3D64EE. Grayscale: #979797. Windows color (decimal): -4023535 or 1153986. OLE color: 1153986.
HSL color Cylindrical-coordinate representation of color #C29B11: hue angle of 46.78º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C29B11 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 17 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.24 |
| HSL | 46.78º | 0.84% | 0.41% | - |
| HSV(B) | 46.78º | 0.91% | 0.76% | - |
| XYZ | 34.07 | 34.95 | 5.48 | - |
| YUV | 150.93 | 52.42 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 17 | 0 | 0.20 | 0.91 | 0.24 | 46.78 | 0.84 | 0.41 |
| Hex | C2 | 9B | 11 | 0 | 14 | 5B | 18 | 2F | 54 | 29 |
| Octal | 302 | 233 | 21 | 0 | 24 | 133 | 30 | 57 | 124 | 51 |
| Binary | 11000010 | 10011011 | 10001 | 0 | 10100 | 1011011 | 11000 | 101111 | 1010100 | 101001 |
Color Harmonies of #C29B11
Complementary color
Monochromatic Colors of #C29B11
Black with #C29B11
Text Example
Text Example
White with #C29B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B11; }
p { color: rgb(194,155,17); }
H1.HeaderClassName
{
color: #C29B11;
}
.AnyTagClassName
{
color: #C29B11;
}
</style>
background-color css
<style>
a { background-color: #C29B11; }
a { background-color: rgb(194,155,17); }
div.DivClassName
{
background-color: #C29B11;
}
.BgClassName
{
background-color: #C29B11;
}
</style>
border-color css
<style>
span { border-color: #C29B11; }
span { border-color: rgb(194,155,17); }
td.TdClassName
{
border-color: #C29B11;
}
.TagClassName
{
border-color: #C29B11;
}
</style>