Shades of Buddha Gold #C89814
Tints of Buddha Gold #C89814
RGB
CMYK
RGB Variations
Color information
#C89814 (or 0xC89814) is known color: Buddha Gold. HEX triplet: C8, 98 and 14. RGB value is (200,152,20). Sum of RGB (Red+Green+Blue) = 200+152+20=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C89814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89814 is #3767EB. Grayscale: #979797. Windows color (decimal): -3631084 or 1349832. OLE color: 1349832.
HSL color Cylindrical-coordinate representation of color #C89814: hue angle of 44º 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 #C89814 is Cyan = 0, Magento = 0.24, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 20 | - |
| CMYK | 0 | 0.24 | 0.9 | 0.22 |
| HSL | 44º | 0.82% | 0.43% | - |
| HSV(B) | 44º | 0.9% | 0.78% | - |
| XYZ | 35.17 | 34.79 | 5.52 | - |
| YUV | 151.3 | 53.9 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 20 | 0 | 0.24 | 0.9 | 0.22 | 44 | 0.82 | 0.43 |
| Hex | C8 | 98 | 14 | 0 | 18 | 5A | 16 | 2C | 52 | 2B |
| Octal | 310 | 230 | 24 | 0 | 30 | 132 | 26 | 54 | 122 | 53 |
| Binary | 11001000 | 10011000 | 10100 | 0 | 11000 | 1011010 | 10110 | 101100 | 1010010 | 101011 |
Color Harmonies of #C89814
Complementary color
Monochromatic Colors of #C89814
Black with #C89814
Text Example
Text Example
White with #C89814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89814; }
p { color: rgb(200,152,20); }
H1.HeaderClassName
{
color: #C89814;
}
.AnyTagClassName
{
color: #C89814;
}
</style>
background-color css
<style>
a { background-color: #C89814; }
a { background-color: rgb(200,152,20); }
div.DivClassName
{
background-color: #C89814;
}
.BgClassName
{
background-color: #C89814;
}
</style>
border-color css
<style>
span { border-color: #C89814; }
span { border-color: rgb(200,152,20); }
td.TdClassName
{
border-color: #C89814;
}
.TagClassName
{
border-color: #C89814;
}
</style>