Shades of Buddha Gold #C89D0E
Tints of Buddha Gold #C89D0E
RGB
CMYK
RGB Variations
Color information
#C89D0E (or 0xC89D0E) is known color: Buddha Gold. HEX triplet: C8, 9D and 0E. RGB value is (200,157,14). Sum of RGB (Red+Green+Blue) = 200+157+14=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89D0E is #3762F1. Grayscale: #9A9A9A. Windows color (decimal): -3629810 or 957896. OLE color: 957896.
HSL color Cylindrical-coordinate representation of color #C89D0E: hue angle of 46.13º 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 #C89D0E is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 14 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.22 |
| HSL | 46.13º | 0.87% | 0.42% | - |
| HSV(B) | 46.13º | 0.93% | 0.78% | - |
| XYZ | 35.96 | 36.43 | 5.55 | - |
| YUV | 153.56 | 49.25 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 14 | 0 | 0.22 | 0.93 | 0.22 | 46.13 | 0.87 | 0.42 |
| Hex | C8 | 9D | E | 0 | 16 | 5D | 16 | 2E | 57 | 2A |
| Octal | 310 | 235 | 16 | 0 | 26 | 135 | 26 | 56 | 127 | 52 |
| Binary | 11001000 | 10011101 | 1110 | 0 | 10110 | 1011101 | 10110 | 101110 | 1010111 | 101010 |
Color Harmonies of #C89D0E
Complementary color
Monochromatic Colors of #C89D0E
Black with #C89D0E
Text Example
Text Example
White with #C89D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D0E; }
p { color: rgb(200,157,14); }
H1.HeaderClassName
{
color: #C89D0E;
}
.AnyTagClassName
{
color: #C89D0E;
}
</style>
background-color css
<style>
a { background-color: #C89D0E; }
a { background-color: rgb(200,157,14); }
div.DivClassName
{
background-color: #C89D0E;
}
.BgClassName
{
background-color: #C89D0E;
}
</style>
border-color css
<style>
span { border-color: #C89D0E; }
span { border-color: rgb(200,157,14); }
td.TdClassName
{
border-color: #C89D0E;
}
.TagClassName
{
border-color: #C89D0E;
}
</style>