Shades of Buddha Gold #C89311
Tints of Buddha Gold #C89311
RGB
CMYK
RGB Variations
Color information
#C89311 (or 0xC89311) is known color: Buddha Gold. HEX triplet: C8, 93 and 11. RGB value is (200,147,17). Sum of RGB (Red+Green+Blue) = 200+147+17=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C89311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89311 is #376CEE. Grayscale: #949494. Windows color (decimal): -3632367 or 1151944. OLE color: 1151944.
HSL color Cylindrical-coordinate representation of color #C89311: hue angle of 42.62º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C89311 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 17 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.22 |
| HSL | 42.62º | 0.84% | 0.43% | - |
| HSV(B) | 42.62º | 0.92% | 0.78% | - |
| XYZ | 34.35 | 33.19 | 5.13 | - |
| YUV | 148.03 | 54.06 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 17 | 0 | 0.26 | 0.92 | 0.22 | 42.62 | 0.84 | 0.43 |
| Hex | C8 | 93 | 11 | 0 | 1A | 5C | 16 | 2B | 54 | 2B |
| Octal | 310 | 223 | 21 | 0 | 32 | 134 | 26 | 53 | 124 | 53 |
| Binary | 11001000 | 10010011 | 10001 | 0 | 11010 | 1011100 | 10110 | 101011 | 1010100 | 101011 |
Color Harmonies of #C89311
Complementary color
Monochromatic Colors of #C89311
Black with #C89311
Text Example
Text Example
White with #C89311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89311; }
p { color: rgb(200,147,17); }
H1.HeaderClassName
{
color: #C89311;
}
.AnyTagClassName
{
color: #C89311;
}
</style>
background-color css
<style>
a { background-color: #C89311; }
a { background-color: rgb(200,147,17); }
div.DivClassName
{
background-color: #C89311;
}
.BgClassName
{
background-color: #C89311;
}
</style>
border-color css
<style>
span { border-color: #C89311; }
span { border-color: rgb(200,147,17); }
td.TdClassName
{
border-color: #C89311;
}
.TagClassName
{
border-color: #C89311;
}
</style>