Shades of Buddha Gold #C89314
Tints of Buddha Gold #C89314
RGB
CMYK
RGB Variations
Color information
#C89314 (or 0xC89314) is known color: Buddha Gold. HEX triplet: C8, 93 and 14. RGB value is (200,147,20). Sum of RGB (Red+Green+Blue) = 200+147+20=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C89314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89314 is #376CEB. Grayscale: #949494. Windows color (decimal): -3632364 or 1348552. OLE color: 1348552.
HSL color Cylindrical-coordinate representation of color #C89314: hue angle of 42.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C89314 is Cyan = 0, Magento = 0.26, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 20 | - |
| CMYK | 0 | 0.26 | 0.9 | 0.22 |
| HSL | 42.33º | 0.82% | 0.43% | - |
| HSV(B) | 42.33º | 0.9% | 0.78% | - |
| XYZ | 34.38 | 33.2 | 5.26 | - |
| YUV | 148.37 | 55.56 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 20 | 0 | 0.26 | 0.9 | 0.22 | 42.33 | 0.82 | 0.43 |
| Hex | C8 | 93 | 14 | 0 | 1A | 5A | 16 | 2A | 52 | 2B |
| Octal | 310 | 223 | 24 | 0 | 32 | 132 | 26 | 52 | 122 | 53 |
| Binary | 11001000 | 10010011 | 10100 | 0 | 11010 | 1011010 | 10110 | 101010 | 1010010 | 101011 |
Color Harmonies of #C89314
Complementary color
Monochromatic Colors of #C89314
Black with #C89314
Text Example
Text Example
White with #C89314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89314; }
p { color: rgb(200,147,20); }
H1.HeaderClassName
{
color: #C89314;
}
.AnyTagClassName
{
color: #C89314;
}
</style>
background-color css
<style>
a { background-color: #C89314; }
a { background-color: rgb(200,147,20); }
div.DivClassName
{
background-color: #C89314;
}
.BgClassName
{
background-color: #C89314;
}
</style>
border-color css
<style>
span { border-color: #C89314; }
span { border-color: rgb(200,147,20); }
td.TdClassName
{
border-color: #C89314;
}
.TagClassName
{
border-color: #C89314;
}
</style>