Shades of Buddha Gold #C89914
Tints of Buddha Gold #C89914
RGB
CMYK
RGB Variations
Color information
#C89914 (or 0xC89914) is known color: Buddha Gold. HEX triplet: C8, 99 and 14. RGB value is (200,153,20). Sum of RGB (Red+Green+Blue) = 200+153+20=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C89914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89914 is #3766EB. Grayscale: #989898. Windows color (decimal): -3630828 or 1350088. OLE color: 1350088.
HSL color Cylindrical-coordinate representation of color #C89914: hue angle of 44.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 #C89914 is Cyan = 0, Magento = 0.24, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 20 | - |
| CMYK | 0 | 0.24 | 0.9 | 0.22 |
| HSL | 44.33º | 0.82% | 0.43% | - |
| HSV(B) | 44.33º | 0.9% | 0.78% | - |
| XYZ | 35.34 | 35.11 | 5.58 | - |
| YUV | 151.89 | 53.57 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 20 | 0 | 0.24 | 0.9 | 0.22 | 44.33 | 0.82 | 0.43 |
| Hex | C8 | 99 | 14 | 0 | 18 | 5A | 16 | 2C | 52 | 2B |
| Octal | 310 | 231 | 24 | 0 | 30 | 132 | 26 | 54 | 122 | 53 |
| Binary | 11001000 | 10011001 | 10100 | 0 | 11000 | 1011010 | 10110 | 101100 | 1010010 | 101011 |
Color Harmonies of #C89914
Complementary color
Monochromatic Colors of #C89914
Black with #C89914
Text Example
Text Example
White with #C89914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89914; }
p { color: rgb(200,153,20); }
H1.HeaderClassName
{
color: #C89914;
}
.AnyTagClassName
{
color: #C89914;
}
</style>
background-color css
<style>
a { background-color: #C89914; }
a { background-color: rgb(200,153,20); }
div.DivClassName
{
background-color: #C89914;
}
.BgClassName
{
background-color: #C89914;
}
</style>
border-color css
<style>
span { border-color: #C89914; }
span { border-color: rgb(200,153,20); }
td.TdClassName
{
border-color: #C89914;
}
.TagClassName
{
border-color: #C89914;
}
</style>