Shades of Buddha Gold #C89F0E
Tints of Buddha Gold #C89F0E
RGB
CMYK
RGB Variations
Color information
#C89F0E (or 0xC89F0E) is known color: Buddha Gold. HEX triplet: C8, 9F and 0E. RGB value is (200,159,14). Sum of RGB (Red+Green+Blue) = 200+159+14=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89F0E is #3760F1. Grayscale: #9B9B9B. Windows color (decimal): -3629298 or 958408. OLE color: 958408.
HSL color Cylindrical-coordinate representation of color #C89F0E: hue angle of 46.77º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C89F0E is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 14 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.22 |
| HSL | 46.77º | 0.87% | 0.42% | - |
| HSV(B) | 46.77º | 0.93% | 0.78% | - |
| XYZ | 36.3 | 37.11 | 5.66 | - |
| YUV | 154.73 | 48.58 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 14 | 0 | 0.20 | 0.93 | 0.22 | 46.77 | 0.87 | 0.42 |
| Hex | C8 | 9F | E | 0 | 14 | 5D | 16 | 2F | 57 | 2A |
| Octal | 310 | 237 | 16 | 0 | 24 | 135 | 26 | 57 | 127 | 52 |
| Binary | 11001000 | 10011111 | 1110 | 0 | 10100 | 1011101 | 10110 | 101111 | 1010111 | 101010 |
Color Harmonies of #C89F0E
Complementary color
Monochromatic Colors of #C89F0E
Black with #C89F0E
Text Example
Text Example
White with #C89F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F0E; }
p { color: rgb(200,159,14); }
H1.HeaderClassName
{
color: #C89F0E;
}
.AnyTagClassName
{
color: #C89F0E;
}
</style>
background-color css
<style>
a { background-color: #C89F0E; }
a { background-color: rgb(200,159,14); }
div.DivClassName
{
background-color: #C89F0E;
}
.BgClassName
{
background-color: #C89F0E;
}
</style>
border-color css
<style>
span { border-color: #C89F0E; }
span { border-color: rgb(200,159,14); }
td.TdClassName
{
border-color: #C89F0E;
}
.TagClassName
{
border-color: #C89F0E;
}
</style>