Shades of Buddha Gold #C89E14
Tints of Buddha Gold #C89E14
RGB
CMYK
RGB Variations
Color information
#C89E14 (or 0xC89E14) is known color: Buddha Gold. HEX triplet: C8, 9E and 14. RGB value is (200,158,20). Sum of RGB (Red+Green+Blue) = 200+158+20=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89E14 is #3761EB. Grayscale: #9B9B9B. Windows color (decimal): -3629548 or 1351368. OLE color: 1351368.
HSL color Cylindrical-coordinate representation of color #C89E14: hue angle of 46º 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 #C89E14 is Cyan = 0, Magento = 0.21, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 20 | - |
| CMYK | 0 | 0.21 | 0.9 | 0.22 |
| HSL | 46º | 0.82% | 0.43% | - |
| HSV(B) | 46º | 0.9% | 0.78% | - |
| XYZ | 36.17 | 36.78 | 5.86 | - |
| YUV | 154.83 | 51.91 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 20 | 0 | 0.21 | 0.9 | 0.22 | 46 | 0.82 | 0.43 |
| Hex | C8 | 9E | 14 | 0 | 15 | 5A | 16 | 2E | 52 | 2B |
| Octal | 310 | 236 | 24 | 0 | 25 | 132 | 26 | 56 | 122 | 53 |
| Binary | 11001000 | 10011110 | 10100 | 0 | 10101 | 1011010 | 10110 | 101110 | 1010010 | 101011 |
Color Harmonies of #C89E14
Complementary color
Monochromatic Colors of #C89E14
Black with #C89E14
Text Example
Text Example
White with #C89E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89E14; }
p { color: rgb(200,158,20); }
H1.HeaderClassName
{
color: #C89E14;
}
.AnyTagClassName
{
color: #C89E14;
}
</style>
background-color css
<style>
a { background-color: #C89E14; }
a { background-color: rgb(200,158,20); }
div.DivClassName
{
background-color: #C89E14;
}
.BgClassName
{
background-color: #C89E14;
}
</style>
border-color css
<style>
span { border-color: #C89E14; }
span { border-color: rgb(200,158,20); }
td.TdClassName
{
border-color: #C89E14;
}
.TagClassName
{
border-color: #C89E14;
}
</style>